blob: 01ceb80972614921e5031a5d1f8e14ee89eedd07 (
plain) (
tree)
|
|
require "rails"
%w(
active_record
action_controller
action_mailer
active_resource
rails/test_unit
sprockets
).each do |framework|
begin
require "#{framework}/railtie"
rescue LoadError
end
end
|