Class: Hvor::LookupsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/hvor/lookups_controller.rb

Instance Method Summary collapse

Instance Method Details

#meObject



7
8
9
# File 'app/controllers/hvor/lookups_controller.rb', line 7

def me
  render_lookup(request.remote_ip)
end

#showObject



3
4
5
# File 'app/controllers/hvor/lookups_controller.rb', line 3

def show
  render_lookup(params[:ip])
end