Class: DynamicAttribute

Inherits:
Attribute
  • Object
show all
Defined in:
app/models/dynamic_attribute.rb

Instance Method Summary collapse

Methods inherited from Attribute

#clone

Instance Method Details

#dynamic_always_trueObject



3
4
5
# File 'app/models/dynamic_attribute.rb', line 3

def dynamic_always_true
  self.dynamic = true
end