Class: PaymillOnRails::PlansController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PaymillOnRails::PlansController
- Defined in:
- app/controllers/paymill_on_rails/plans_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /plans.
Instance Method Details
#index ⇒ Object
GET /plans
8 9 10 |
# File 'app/controllers/paymill_on_rails/plans_controller.rb', line 8 def index @plans = Plan.order("price") end |