6 lines
90 B
Ruby
6 lines
90 B
Ruby
class PlumeCat < ActiveRecord::Base
|
|
belongs_to :plume
|
|
|
|
has_many :plume_articles
|
|
end
|