Module: CustomAttributes
- Defined in:
- lib/custom_attributes.rb,
lib/custom_attributes/version.rb,
lib/custom_attributes/controller.rb,
lib/custom_attributes/has_custom_attributes.rb,
lib/generators/custom_attributes/install_generator.rb
Defined Under Namespace
Modules: Controller, HasCustomAttributes, Model, VERSION Classes: InstallGenerator
Class Attribute Summary collapse
-
.scope ⇒ Object
Returns the value of attribute scope.
-
.scope_method ⇒ Object
Returns the value of attribute scope_method.
Class Attribute Details
.scope ⇒ Object
Returns the value of attribute scope.
11 12 13 |
# File 'lib/custom_attributes.rb', line 11 def scope @scope end |
.scope_method ⇒ Object
Returns the value of attribute scope_method.
12 13 14 |
# File 'lib/custom_attributes.rb', line 12 def scope_method @scope_method end |