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

fixed some ruby 19 warnings, including circular requires and variable name reuse

This commit is contained in:
Josh Kalderimis 2011-05-21 01:23:17 -04:00
parent 95bd19911a
commit c659505368
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
require 'active_support/core_ext/file'
require 'action_view/helpers/asset_paths'
module ActionView
module Helpers

View file

@ -1,5 +1,4 @@
require 'active_support/core_ext/class/attribute_accessors'
require 'action_view/template'
require 'action_view/template/handler'
require 'erubis'