object/try should be required after abstract_unit to have AS in the load path

This commit is contained in:
Santiago Pastorino
2010-08-14 18:33:38 -03:00
parent f6f7ae4020
commit 677564f8f7

View File

@@ -1,5 +1,5 @@
require 'active_support/core_ext/object/try'
require 'abstract_unit'
require 'active_support/core_ext/object/try'
class ResourcesController < ActionController::Base
def index() render :nothing => true end