Class: Schienenzeppelin::AddOns::Errors
- Inherits:
-
Schienenzeppelin::AddOn
- Object
- Rails::Generators::Base
- Schienenzeppelin::AddOn
- Schienenzeppelin::AddOns::Errors
- Defined in:
- lib/schienenzeppelin/addons/errors.rb
Instance Attribute Summary
Attributes inherited from Schienenzeppelin::AddOn
Instance Method Summary collapse
Methods inherited from Schienenzeppelin::AddOn
apply, default_source_root, dependencies, get, identifier, #initialize
Constructor Details
This class inherits a constructor from Schienenzeppelin::AddOn
Instance Method Details
#apply ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/schienenzeppelin/addons/errors.rb', line 8 def apply say 'Setting up custom error pages' add_errors setup_public add_routes patch_turbolinks end |