Class: SelfCheckinSetting
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SelfCheckinSetting
- Defined in:
- app/models/self_checkin_setting.rb
Instance Method Summary collapse
Methods inherited from ApplicationRecord
Instance Method Details
#full_url ⇒ Object
21 22 23 |
# File 'app/models/self_checkin_setting.rb', line 21 def full_url "#{AdminSetting.self_checkin_host}/th/checkin/#{slug}" end |