mirror of
https://github.com/github/rails.git
synced 2026-01-15 01:28:17 -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
170 B
Ruby
3 lines
170 B
Ruby
require 'active_resource'
|
|
ActiveSupport::Deprecation.warn 'require "activeresource" is deprecated and will be removed in Rails 3. Use require "active_resource" instead.'
|