mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Dont log creation of view class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2225 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -780,7 +780,6 @@ module ActionController #:nodoc:
|
||||
def self.view_class
|
||||
unless @view_class
|
||||
# create a new class based on the default template class and include helper methods
|
||||
logger.debug "defining view class for #{name}" if logger
|
||||
@view_class = Class.new(ActionView::Base)
|
||||
@view_class.send(:include, master_helper_module)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user