Module: Billingly

Defined in:
app/models/billingly/payment.rb,
lib/billingly.rb,
lib/billingly/engine.rb,
lib/billingly/version.rb,
app/models/billingly/invoice.rb,
app/models/billingly/base_plan.rb,
app/models/billingly/base_customer.rb,
app/models/billingly/journal_entry.rb,
app/models/billingly/base_subscription.rb

Overview

Processes payments

Defined Under Namespace

Classes: BaseCustomer, BaseMailer, BasePlan, BaseSubscription, Customer, Engine, Invoice, JournalEntry, Mailer, Payment, Plan, RedemptionsController, RedemptionsControllerBase, SpecialPlanCode, Subscription, SubscriptionsController, Tasks

Constant Summary collapse

VERSION =
"0.1.14"

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



2
3
4
# File 'lib/billingly/engine.rb', line 2

def self.table_name_prefix
  'billingly_'
end