Sha256: 53580b735c9124955fa6c704e40f782f76978cf691d58539e59d5e92c2adc28d
Contents?: true
Size: 386 Bytes
Versions: 26
Compression:
Stored size: 386 Bytes
Contents
# == Schema Information # # Table name: lentil_services # # id :integer not null, primary key # name :string(255) # url :string(255) # created_at :datetime not null # updated_at :datetime not null # class Lentil::Service < ActiveRecord::Base attr_accessible :name, :url has_many :users has_many :images, :through => :users end
Version data entries
26 entries across 26 versions & 1 rubygems