the_moderator/spec/internal/app/models/page.rb

9 lines
148 B
Ruby
Raw Permalink Normal View History

class Page < ActiveRecord::Base
include TheModerator::Model
has_many :links
accepts_nested_attributes_for :links
belongs_to :category
end