Exception: ActiveSupport::Concern::MultiplePrependBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/concern.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultiplePrependBlocks

Returns a new instance of MultiplePrependBlocks.



118
119
120
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/concern.rb', line 118

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