Sha256: 1ed929935ebfc35ec416490afe50f5bfe29ac61b6aa0ffcf2c223f20744d07d9
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
# == Schema Information # # Table name: positions # # id :integer not null, primary key # name :string(255) # created_at :datetime # updated_at :datetime # class Position < ActiveRecord::Base has_many :employees, inverse_of: :position end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
basepack-0.1.0 | spec/dummy_app/app/models/position.rb |
basepack-0.0.2 | spec/dummy_app/app/models/position.rb |