Sha256: b5c435e98a393af153ed20a3e3ae434c77928acc0ebe1957b69a70eb49901834
Contents?: true
Size: 251 Bytes
Versions: 5
Compression:
Stored size: 251 Bytes
Contents
class Saasaparilla::BillingHistoryController < ApplicationController unloadable include Authentication::InstanceMethods def show @billing_activities = current_billable.subscription.billing_activities.order('created_at asc') end end
Version data entries
5 entries across 5 versions & 1 rubygems