9 lines
142 B
Ruby
9 lines
142 B
Ruby
class PetitionContent < ActiveRecord::Base
|
|
|
|
belongs_to :petition
|
|
|
|
has_one :portlet, :as => :content, :dependent => :destroy
|
|
|
|
|
|
end
|