# == 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