Class: LesliCalendar::Account
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- LesliCalendar::Account
- Defined in:
- app/models/lesli_calendar/account.rb
Instance Method Summary collapse
Instance Method Details
#initialize_engine ⇒ Object
41 42 43 |
# File 'app/models/lesli_calendar/account.rb', line 41 def initialize_engine self.calendars.find_or_create_by!(:name => "default") end |