Exception: VerbotenKeys::Errors::RailsNotAvailableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/verboten_keys/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeRailsNotAvailableError

Returns a new instance of RailsNotAvailableError.



36
37
38
# File 'lib/verboten_keys/errors.rb', line 36

def initialize
  super("Rails integration is enabled but Rails is not available. Either disable include_rails_filter_parameters or ensure Rails is loaded.")
end