links/app/models/web_link.rb

5 lines
75 B
Ruby
Raw Normal View History

2014-05-05 08:20:37 +00:00
class WebLink
include Mongoid::Document
field :title, type: String
end