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



387
388
389
390
391
392
393
# File 'lib/plugin_routes.rb', line 387

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