Module: HappyPath
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/happy_path.rb,
lib/happy_path/version.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
Instance Method Details
#setup_happy_path ⇒ Object
6 7 8 |
# File 'lib/happy_path.rb', line 6 def setup_happy_path rescue_from ActiveRecord::RecordNotFound, with: :happy_paths end |