Class: Billing::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#billableObject



9
10
11
# File 'app/controllers/billing/application_controller.rb', line 9

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

#indexObject



6
7
# File 'app/controllers/billing/application_controller.rb', line 6

def index
end