mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
object/try should be required after abstract_unit to have AS in the load path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user