module Flatter::Mapper::Mounting::FactoryMethods

Public Instance Methods

create(mapper) click to toggle source
Calls superclass method
# File lib/flatter/mapper/mounting.rb, line 6
def create(mapper)
  super.tap do |mounting|
    mounting.mounter = mapper
    mounting.name = name
  end
end