Module: Flatter::Mapper::Mounting::FactoryMethods

Included in:
Factory
Defined in:
lib/flatter/mapper/mounting.rb

Instance Method Summary collapse

Instance Method Details

#create(mapper) ⇒ Object



6
7
8
9
10
11
# File 'lib/flatter/mapper/mounting.rb', line 6

def create(mapper)
  super.tap do |mounting|
    mounting.mounter = mapper
    mounting.name = name
  end
end