socialforge/app/models/web_footer_oranizer.rb

4 lines
90 B
Ruby
Raw Normal View History

class WebFooterOranizer < ActiveRecord::Base
attr_accessible :description, :name
end