Sha256: 8973e0de9b0b7206ea483a2f0770f9ddfcaf2ad15cfb84886c54af942c72aa37

Contents?: true

Size: 204 Bytes

Versions: 17

Compression:

Stored size: 204 Bytes

Contents

class TryApi::ApplicationController < ActionController::Base


  rescue_from Exception do |exception|
    @message = exception.message
    render template: 'try_api/pages/config_file_not_found'
  end

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
try_api-0.1.3 app/controllers/try_api/application_controller.rb
try_api-0.1.2 app/controllers/try_api/application_controller.rb
try_api-0.1.1 app/controllers/try_api/application_controller.rb
try_api-0.1.0 app/controllers/try_api/application_controller.rb
try_api-0.0.18 app/controllers/try_api/application_controller.rb
try_api-0.0.17 app/controllers/try_api/application_controller.rb
try_api-0.0.16 app/controllers/try_api/application_controller.rb
try_api-0.0.15 app/controllers/try_api/application_controller.rb
try_api-0.0.14 app/controllers/try_api/application_controller.rb
try_api-0.0.13 app/controllers/try_api/application_controller.rb
try_api-0.0.12 app/controllers/try_api/application_controller.rb
try_api-0.0.11 app/controllers/try_api/application_controller.rb
try_api-0.0.10 app/controllers/try_api/application_controller.rb
try_api-0.0.9 app/controllers/try_api/application_controller.rb
try_api-0.0.8 app/controllers/try_api/application_controller.rb
try_api-0.0.7 app/controllers/try_api/application_controller.rb
try_api-0.0.6 app/controllers/try_api/application_controller.rb