Exception: ActiveSupport::Concern::MultipleIncludedBlocks
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - ActiveSupport::Concern::MultipleIncludedBlocks
 
 
- Defined in:
 - activesupport/lib/active_support/concern.rb
 
Overview
:nodoc:
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ MultipleIncludedBlocks 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of MultipleIncludedBlocks.
 
Constructor Details
#initialize ⇒ MultipleIncludedBlocks
Returns a new instance of MultipleIncludedBlocks.
      114 115 116  | 
    
      # File 'activesupport/lib/active_support/concern.rb', line 114 def initialize super "Cannot define multiple 'included' blocks for a Concern" end  |