Module: PushType::AuthHelper

Included in:
AuthController
Defined in:
app/helpers/push_type/auth_helper.rb

Instance Method Summary collapse

Instance Method Details

#home_pathObject



4
5
6
# File 'app/helpers/push_type/auth_helper.rb', line 4

def home_path
  main_app.respond_to?(:home_node_path) ? main_app.home_node_path : '/'
end