Module: Refinery::Stylesheets::Extension::ClassMethods
- Defined in:
- lib/refinerycms-stylesheets.rb
Instance Method Summary collapse
Instance Method Details
#has_and_belongs_to_many_stylesheets ⇒ Object
49 50 51 52 53 |
# File 'lib/refinerycms-stylesheets.rb', line 49 def has_and_belongs_to_many_stylesheets has_and_belongs_to_many :stylesheets include Refinery::Stylesheets::Extension::InstanceMethods end |