jfn_app/app/models/dynamic_content.rb
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

10 lines
183 B
Ruby

# -*- encoding : utf-8 -*-
class DynamicContent < ActiveRecord::Base
has_many :portlets, :as => :content, :dependent => :destroy
belongs_to :item
NAMES = { "" => ""}
end