Class: ImeiController

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) search

Search for IMEI number info



13
14
15
16
17
# File 'app/controllers/imei_controller.rb', line 13

def search
  respond_to do |format|
    format.json { render json: @info.get(params[:imei]) }
  end
end

- (Object) show

Display the form



7
8
# File 'app/controllers/imei_controller.rb', line 7

def show
end