mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9 lines
No EOL
224 B
Ruby
9 lines
No EOL
224 B
Ruby
require "rails/core"
|
|
|
|
%w(active_model active_record action_controller action_view action_mailer active_resource).each do |framework|
|
|
begin
|
|
require framework
|
|
require "#{framework}/rails"
|
|
rescue LoadError
|
|
end
|
|
end |