Sha256: 4b70ce595d9b93c9f1d038367a63a3d311934714b55621c71bab236866fd84ea
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
# == Schema Information # # Table name: sites # # id :integer not null, primary key # title :string(255) # slug :string(255) # created_at :datetime # updated_at :datetime # class Site < ActiveRecord::Base has_many :pages has_superslug end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
superslug-1.3.1 | test/app/models/site.rb |
superslug-1.3.0 | test/app/models/site.rb |