Sha256: 7a5fcd9cf64cff5a19a3b09e7c935c15ca0c82875513f39f2e327f5684fff0b6
Contents?: true
Size: 233 Bytes
Versions: 11
Compression:
Stored size: 233 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery with: :null_session add_flash_types :success, :error, :warning, :info def not_found raise ActionController::RoutingError.new('Not Found') end end
Version data entries
11 entries across 11 versions & 1 rubygems