blog_perso_app/app/models/dynamic_content.rb
Nicolas Bally 56a0aa9848 initial
2012-06-17 21:11:12 +02:00

10 lines
172 B
Ruby

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