module Croutons::Controller
Public Class Methods
included(controller)
click to toggle source
# File lib/croutons/controller.rb, line 3 def self.included(controller) controller.helper_method(:breadcrumbs) end
Public Instance Methods
render_to_body(options)
click to toggle source
Calls superclass method
# File lib/croutons/controller.rb, line 7 def render_to_body(options) @_template = options[:template] @_prefixes = options[:prefixes] super end