Class: IshManager::ApplicationMailerController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/ish_manager/application_mailer_controller.rb

Instance Method Summary collapse

Instance Method Details

#url_optionsObject



5
6
7
8
9
# File 'app/controllers/ish_manager/application_mailer_controller.rb', line 5

def url_options
  {
    host: 'test-host',
  }
end