Class: DynamicAttribute
- Defined in:
- app/models/dynamic_attribute.rb
Direct Known Subclasses
DateAttribute, LongtextAttribute, NumberAttribute, TextAttribute, UrlAttribute
Instance Method Summary collapse
Methods inherited from Attribute
Instance Method Details
#dynamic_always_true ⇒ Object
3 4 5 |
# File 'app/models/dynamic_attribute.rb', line 3 def dynamic_always_true self.dynamic = true end |