Permalink
Cannot retrieve contributors at this time
8 lines (7 sloc)
137 Bytes
|
class Topic < BaseModel |
|
table :topics do |
|
has_many votes : Vote |
|
|
|
field title : String |
|
field description : String? |
|
end |
|
end |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.