diff options
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/form_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/form_builder.rb b/actionpack/lib/action_controller/form_builder.rb index 485f1eb54d..f2656ca894 100644 --- a/actionpack/lib/action_controller/form_builder.rb +++ b/actionpack/lib/action_controller/form_builder.rb @@ -21,7 +21,7 @@ module ActionController # # <%= form_for(@instance) do |builder| %> # <%= builder.special_field(:name) %> - # <%= end %> + # <% end %> module FormBuilder extend ActiveSupport::Concern |