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.



112
113
114
# File 'activesupport/lib/active_support/concern.rb', line 112

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