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