enhancementgood first issue
倉庫指標
- Star
- (531 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Currently if no callback is supplied for the event, nothing happens, and firing the event returns nil.
It might be handy be able to supply a default action.
i.e. fires save: :default_save_method
currently you can work around this by checking props[event_name] for nil