mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
e3d8331c5b
This code was not deprecated. What was deprecated is the following:
form_for(:foo, @foo)
Which now should be rewritten as:
form_for(@foo, :as => :foo)
The following format is valid:
form_for(:foo)
This reverts commit
|
||
---|---|---|
.. | ||
helpers | ||
locale | ||
renderer | ||
template | ||
testing | ||
base.rb | ||
context.rb | ||
helpers.rb | ||
log_subscriber.rb | ||
lookup_context.rb | ||
partials.rb | ||
path_set.rb | ||
railtie.rb | ||
rendering.rb | ||
template.rb | ||
test_case.rb |