Method: ActiveForms::Mapper#initialize
- Defined in:
- lib/active_forms/mapper.rb
#initialize(attributes = {}) ⇒ Mapper
Returns a new instance of Mapper.
29 30 31 |
# File 'lib/active_forms/mapper.rb', line 29 def initialize(attributes = {}) self.attributes = attributes end |