Class: Iugu::PricingController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/iugu/pricing_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/iugu/pricing_controller.rb', line 4

def index
  @plans = Iugu::Api::Plan.all params: {hl: current_user.locale}
end