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



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

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

#indexObject



5
6
# File 'app/controllers/extface/application_controller.rb', line 5

def index
end