app/models/audience.rb in social_stream-base-0.22.4 vs app/models/audience.rb in social_stream-base-0.23.0
- old
+ new
@@ -5,5 +5,7 @@
# that {Audience}
class Audience < ActiveRecord::Base
belongs_to :activity
belongs_to :relation
end
+
+ActiveSupport.run_load_hooks(:audience, Audience)