socialforge/app/models/first_page.rb

4 lines
103 B
Ruby
Raw Normal View History

class FirstPage < ActiveRecord::Base
attr_accessible :description, :title, :web_title,:page_type
end