Sha256: eff41aa7ca4b1578bb657a73fa35fae5dc5eb49cbc7f3480472c721829e8447f

Contents?: true

Size: 172 Bytes

Versions: 3

Compression:

Stored size: 172 Bytes

Contents

module UserMgmt
  class ApplicationController < ActionController::Base
	require "net/http"
	require "uri"

	def main_page
		redirect_to main_app.root_path
	end 

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
user_mgmt-0.1.2 app/controllers/user_mgmt/application_controller.rb
user_mgmt-0.1.1 app/controllers/user_mgmt/application_controller.rb
user_mgmt-0.1.0 app/controllers/user_mgmt/application_controller.rb