Exception: ModelPack::Concern::MultipleIncludedBlocks

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultipleIncludedBlocks

Returns a new instance of MultipleIncludedBlocks.



6
7
8
# File 'lib/model_pack/concern.rb', line 6

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