mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
class Magic < ActiveRecord::Base
|
|
validates_presence_of :name
|
|
|
|
belongs_to :user
|
|
belongs_to :universe
|
|
end
|