Class: Billing::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Billing::ApplicationController
show all
- Defined in:
- app/controllers/billing/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#billable ⇒ Object
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
|
#index ⇒ Object
6
7
|
# File 'app/controllers/billing/application_controller.rb', line 6
def index
end
|