Class: Objectify::Rails::Routing::Mapper

Inherits:
ActionDispatch::Routing::Mapper
  • Object
show all
Defined in:
lib/objectify/rails/routing.rb

Instance Method Summary collapse

Instance Method Details

#objectifyObject



109
110
111
# File 'lib/objectify/rails/routing.rb', line 109

def objectify
  @objectify ||= ObjectifyMapper.new(self)
end