Sha256: 56197675e4baeb27b4449024762fc3343f3cbbbc373e2d3f90806fc52629347e
Contents?: true
Size: 166 Bytes
Versions: 15
Compression:
Stored size: 166 Bytes
Contents
class Iugu::PricingController < ApplicationController before_filter :verify_api_key, :only => [ :index ] def index @plans = Iugu::Api::Plan.all end end
Version data entries
15 entries across 15 versions & 1 rubygems