Sha256: d72976fc7355d58e8ff5a1e0f0924b1eb77d7003e8fff408cebe391e1505f6ee

Contents?: true

Size: 249 Bytes

Versions: 4

Compression:

Stored size: 249 Bytes

Contents

class Chouette::Footnote < Chouette::ActiveRecord
  # attr_accessible :title, :body
  belongs_to :line, inverse_of: :footnotes
  has_and_belongs_to_many :vehicle_journeys, :class_name => 'Chouette::VehicleJourney'

  validates_presence_of :line
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ninoxe-1.2.3 app/models/chouette/footnote.rb
ninoxe-1.2.2 app/models/chouette/footnote.rb
ninoxe-1.2.1 app/models/chouette/footnote.rb
ninoxe-1.2.0 app/models/chouette/footnote.rb