Module: Keepr

Defined in:
lib/keepr/version.rb,
lib/generators/keepr/migration/migration_generator.rb

Defined Under Namespace

Modules: ActiveRecordExtension Classes: Account, AccountExport, ContactExport, CostCenter, Group, GroupsCreator, Journal, JournalExport, MigrationGenerator, Posting, Tax

Constant Summary collapse

VERSION =
'0.8.0'
MIGRATION_BASE_CLASS =
if ActiveRecord::VERSION::MAJOR >= 5
  ActiveRecord::Migration[5.0]
else
  ActiveRecord::Migration
end