Flowdock
method

template_public?

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActionController::Base
template_public?(template_name = default_template_name) 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/action_controller/base.rb, line 1022
      def template_public?(template_name = default_template_name)
        @template.file_public?(template_name)
      end
Register or log in to add new notes.