Sha256: ed66dcdabee3a31bb77da234cb8c21722dd01c25cf26417a09972e9b5645adf0
Contents?: true
Size: 200 Bytes
Versions: 22
Compression:
Stored size: 200 Bytes
Contents
class Iugu::PricingController < ApplicationController before_filter :verify_api_key, :only => [ :index ] def index @plans = Iugu::Api::Plan.all params: {hl: current_user.locale} end end
Version data entries
22 entries across 22 versions & 1 rubygems