enhancementgood first issue
Repository-Metriken
- Stars
- (531 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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