Class: SelfCheckinSetting

Inherits:
ApplicationRecord show all
Defined in:
app/models/self_checkin_setting.rb

Instance Method Summary collapse

Methods inherited from ApplicationRecord

sync_carrierwave_url

Instance Method Details

#full_urlObject



21
22
23
# File 'app/models/self_checkin_setting.rb', line 21

def full_url
  "#{AdminSetting.self_checkin_host}/th/checkin/#{slug}"
end