Exception: ActiveSupport::Concern::MultipleIncludedBlocks
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveSupport::Concern::MultipleIncludedBlocks
- Defined in:
- lib/fir/patches/concern.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ MultipleIncludedBlocks
constructor
A new instance of MultipleIncludedBlocks.
Constructor Details
#initialize ⇒ MultipleIncludedBlocks
Returns a new instance of MultipleIncludedBlocks.
104 105 106 |
# File 'lib/fir/patches/concern.rb', line 104 def initialize super "Cannot define multiple 'included' blocks for a Concern" end |