Class: Extface::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/extface/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#extfaceableObject



10
11
12
# File 'app/controllers/extface/application_controller.rb', line 10

def extfaceable
  @extfaceable ||= extface_mapping.i_klass.find_by(extface_mapping.i_find_key => params[extface_mapping.i_param])
end

#indexObject



7
8
# File 'app/controllers/extface/application_controller.rb', line 7

def index
end