lib/stance.rb in stance-0.3.0 vs lib/stance.rb in stance-0.4.0

- old
+ new

@@ -17,6 +17,8 @@ end autoload :Events, 'stance/events' autoload :Event, 'stance/event' autoload :Eventable, 'stance/eventable' + autoload :ActiveRecordCallbacks, 'stance/active_record_callbacks' + autoload :ActiveRecordEvents, 'stance/active_record_events' end