Sha256: 06509339c33a746d8032d8e110c3f3a26c7bb62096285eb1ddbd2bf90da1a886

Contents?: true

Size: 112 Bytes

Versions: 7

Compression:

Stored size: 112 Bytes

Contents

module Crm
  class Customer < ActiveRecord::Base
    self.table_name_prefix = 'crm_'
    git_versioned
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_git-0.0.10 spec/support/models/customer.rb
active_git-0.0.9 spec/support/models/customer.rb
active_git-0.0.8 spec/support/models/customer.rb
active_git-0.0.7 spec/support/models/customer.rb
active_git-0.0.6 spec/support/models/customer.rb
active_git-0.0.5 spec/support/models/customer.rb
active_git-0.0.4 spec/support/models/customer.rb