Module: ActsAsConfigurable::InstanceMethods
- Defined in:
- lib/acts_as_configurable.rb
Overview
All the methods available to a record that has had acts_as_configurable
specified.
Instance Method Summary collapse
Instance Method Details
#configurable? ⇒ Boolean
34 35 36 |
# File 'lib/acts_as_configurable.rb', line 34 def configurable? true end |
#configure ⇒ Object
38 39 40 |
# File 'lib/acts_as_configurable.rb', line 38 def configure return ::DummyAccess.new self end |