aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/all.rb
blob: 82775b7e3bc50528cbb5a06eb7bad3448d2c9ff9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


               

                   

                 
                 

                     
                                  

                  
   
require "rails"

%w(
  active_record
  action_controller
  action_mailer
  active_resource
  rails/test_unit
).each do |framework|
  begin
    require "#{framework}/railtie"
  rescue LoadError
  end
end