Method: Effective::SubscriptionsController#index
- Defined in:
- app/controllers/effective/subscriptions_controller.rb
#index ⇒ Object
This is a ‘My Subscriptions’ page
12 13 14 15 16 17 18 |
# File 'app/controllers/effective/subscriptions_controller.rb', line 12 def index @page_title ||= 'My Subscriptions' @subscriptions = @customer.subscriptions.purchased EffectiveOrders.(self, :index, Effective::Subscription) end |