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

[Guides] Add sprockets to list of loaded frameworks

This commit is contained in:
Oscar Del Ben 2012-05-24 08:26:59 -07:00
parent f1c2727d2a
commit f2c60c7941

View file

@ -531,6 +531,7 @@ require "rails"
action_controller action_controller
action_mailer action_mailer
rails/test_unit rails/test_unit
sprockets/rails
).each do |framework| ).each do |framework|
begin begin
require "#{framework}/railtie" require "#{framework}/railtie"