mirror of
https://github.com/github/rails.git
synced 2026-01-12 08:08:14 -05:00
This has just been confusing. Better to educate than band-aid.
This deprecates commit 18a24274ec.
Originally from http://dev.rubyonrails.org/ticket/8845 [drnic]
3 lines
158 B
Ruby
3 lines
158 B
Ruby
require 'action_pack'
|
|
ActiveSupport::Deprecation.warn 'require "actionpack" is deprecated and will be removed in Rails 3. Use require "action_pack" instead.'
|