Method: Nyauth::ApplicationHelper#root_path

Defined in:
app/helpers/nyauth/application_helper.rb

#root_pathObject



45
46
47
48
49
50
51
# File 'app/helpers/nyauth/application_helper.rb', line 45

def root_path
  if main_app.respond_to?(:root_path)
    main_app.__send__(:root_path)
  else
    '/'
  end
end