Exception: ActiveSupport::Concern::MultipleIncludedBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
lib/diary-ruby/ext/concern.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultipleIncludedBlocks

Returns a new instance of MultipleIncludedBlocks.



125
126
127
# File 'lib/diary-ruby/ext/concern.rb', line 125

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