Class: PaymillOnRails::PlansController

Inherits:
ApplicationController show all
Defined in:
app/controllers/paymill_on_rails/plans_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

GET /plans



8
9
10
# File 'app/controllers/paymill_on_rails/plans_controller.rb', line 8

def index
  @plans = Plan.order("price")
end