1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove private attribute? warning

This commit is contained in:
Francesco Rodriguez 2013-02-26 18:56:56 -05:00
parent 62b783e531
commit 16bd04f6bb

View file

@ -54,8 +54,10 @@ module ActionView
render_dependencies + explicit_dependencies
end
private
attr_reader :name, :template
private :name, :template
private
def source
template.source