Module: FriendlyErrors
- Defined in:
- lib/friendly_errors.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Mix class methods into ActionController.
Class Method Details
.included(base) ⇒ Object
Mix class methods into ActionController.
4 5 6 |
# File 'lib/friendly_errors.rb', line 4 def self.included(base) # :nodoc: base.extend ClassMethods end |