Module: BlacklightUserGeneratedContent::Commentable
- Defined in:
- lib/blacklight_user_generated_content/commentable.rb
Class Method Summary collapse
-
.included(base) ⇒ Object
‘base` is likely /NOT/ a type of ActiveRecord::Base, the acts_as_commentable plugin is not automatically included.
Class Method Details
.included(base) ⇒ Object
‘base` is likely /NOT/ a type of ActiveRecord::Base, the acts_as_commentable plugin is not automatically included
4 5 6 7 |
# File 'lib/blacklight_user_generated_content/commentable.rb', line 4 def self.included base base.send :include, Juixe::Acts::Commentable base.send :acts_as_commentable end |