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