Module: FeatureRich::ModelBehaviour::ClassMethods
- Defined in:
- lib/feature-rich/model_behaviour.rb
Overview
self.included
Instance Method Summary collapse
Instance Method Details
#has_feature ⇒ Object
9 10 11 12 |
# File 'lib/feature-rich/model_behaviour.rb', line 9 def has_feature has_one :feature, :as => :featured, :class_name => "FeatureRich::Feature", :autosave => true include InstanceMethods end |