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