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

Loading action_controller twice removed.

This commit is contained in:
Arun Agrawal 2011-05-22 02:14:17 +05:30
parent f674aed150
commit b85694ff98

View file

@ -1,5 +1,4 @@
require 'abstract_unit'
require 'action_controller'
module ActionController
class Base