Flowdock
new(*) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/layouts.rb, line 350
    def initialize(*) # :nodoc:
      @_action_has_layout = true
      super
    end
Register or log in to add new notes.