class ActionDispatch::Routing::Mapper

Public Instance Methods

currentuser() click to toggle source
# File lib/currentuser/services.rb, line 38
def currentuser
  mount Currentuser::Services::Engine => '/currentuser'
end