Module: BreadcrumbsOnRails::ActionController

Extended by:
ActiveSupport::Concern
Defined in:
lib/plugin_routes.rb

Class Method Summary collapse

Class Method Details

.included(base = nil, &block) ⇒ Object



359
360
361
362
363
364
365
# File 'lib/plugin_routes.rb', line 359

def self.included(base = nil, &block)
  if base.nil?
    @_included_block = block
  else
    super
  end
end