greeting_card/app/models/greeting_card_setting_index.rb

6 lines
136 B
Ruby
Raw Permalink Normal View History

2024-12-02 00:35:08 +00:00
class GreetingCardSettingIndex
include Mongoid::Document
include Mongoid::Timestamps
field :key,type: Integer,default: 0
end