Exception: ActiveSupport::Concern::MultipleIncludedBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
activesupport/lib/active_support/concern.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultipleIncludedBlocks

Returns a new instance of MultipleIncludedBlocks.



104
105
106
# File 'activesupport/lib/active_support/concern.rb', line 104

def initialize
  super "Cannot define multiple 'included' blocks for a Concern"
end