Sha256: d956330e4b5c58e84160f59378dd1243494553c3c28a28b1f87991c113c41b28

Contents?: true

Size: 206 Bytes

Versions: 15

Compression:

Stored size: 206 Bytes

Contents

module Ardm
  module Fixtures
    class APIUser < Ardm::Record
      self.table_name = "api_users"

      property :id, Serial
      property :name, String
      property :api_key, APIKey
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ardm-0.4.0.ar427 spec/fixtures/api_user.rb
ardm-0.4.0 spec/fixtures/api_user.rb
ardm-0.3.2 spec/fixtures/api_user.rb
ardm-0.3.1 spec/fixtures/api_user.rb
ardm-0.3.0 spec/fixtures/api_user.rb
ardm-0.2.7 spec/fixtures/api_user.rb
ardm-0.2.6 spec/fixtures/api_user.rb
ardm-0.2.5 spec/fixtures/api_user.rb
ardm-0.2.4 spec/fixtures/api_user.rb
ardm-0.2.3 spec/fixtures/api_user.rb
ardm-0.2.2 spec/fixtures/api_user.rb
ardm-0.2.1 spec/fixtures/api_user.rb
ardm-0.2.0 spec/fixtures/api_user.rb
ardm-0.1.0 spec/fixtures/api_user.rb
ardm-0.0.1 spec/fixtures/api_user.rb