6 lines
59 B
Ruby
6 lines
59 B
Ruby
|
class Metacode < ActiveRecord::Base
|
||
|
|
||
|
has_many :topics
|
||
|
|
||
|
end
|