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



413
414
415
416
417
418
419
# File 'lib/plugin_routes.rb', line 413

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