Class: Hvor::LookupsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Hvor::LookupsController
- Defined in:
- app/controllers/hvor/lookups_controller.rb
Instance Method Summary collapse
Instance Method Details
#me ⇒ Object
7 8 9 |
# File 'app/controllers/hvor/lookups_controller.rb', line 7 def me render_lookup(request.remote_ip) end |
#show ⇒ Object
3 4 5 |
# File 'app/controllers/hvor/lookups_controller.rb', line 3 def show render_lookup(params[:ip]) end |