mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
bf812074fd
Deprecate ActiveModel::Name#partial_path. Now you should call #to_path directly on ActiveModel instances.
3 lines
55 B
Ruby
3 lines
55 B
Ruby
class Helicopter
|
|
include ActiveModel::Conversion
|
|
end
|