greeting_card/app/models/greeting_card_admin.rb

7 lines
155 B
Ruby
Raw Normal View History

2024-12-02 00:35:08 +00:00
class GreetingCardAdmin
include Mongoid::Document
include Mongoid::Timestamps
field :email, type: String
has_and_belongs_to_many :categories
end