5 6 7 8 9 10
# File 'app/controllers/restapi/restapis_controller.rb', line 5 def index respond_to do |format| format.json { render :json => Restapi.to_json(params[:resource], params[:method]) } format.html end end