pushtype/push_type

View on GitHub
auth/app/helpers/push_type/auth_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PushType
  module AuthHelper

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

  end
end