Sha256: 9a9935f63fc40545433a21588a3647fd3e113459d7735079eec39cabc7d8ae0c
Contents?: true
Size: 171 Bytes
Versions: 3
Compression:
Stored size: 171 Bytes
Contents
module PlanB class ItineraryTemplate < ActiveRecord::Base belongs_to :itinerary belongs_to :template, polymorphic: true attr_accessible :template end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plan_b-0.0.2.pre1 | app/models/plan_b/itinerary_template.rb |
plan_b-0.0.1.pre1 | app/models/plan_b/itinerary_template.rb |
plan_b-0.0.1.pre | app/models/plan_b/itinerary_template.rb |