Sha256: aa69cef4e1c4620d0e5e874f509aba9901e07f8124f048ef1bcbfeeaaff7bfa7

Contents?: true

Size: 466 Bytes

Versions: 3

Compression:

Stored size: 466 Bytes

Contents

class License < ActiveRecord::Base
  attr_accessible :name, :display_name, :note
  include MasterModel
  default_scope order: 'licenses.position'
end

# == Schema Information
#
# Table name: licenses
#
#  id           :integer          not null, primary key
#  name         :string(255)      not null
#  display_name :string(255)
#  note         :text
#  position     :integer
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre58 app/models/license.rb
enju_biblio-0.1.0.pre57 app/models/license.rb
enju_biblio-0.1.0.pre56 app/models/license.rb