From 653246f3e53f604c48c1020ecf78c71d4c878470 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 15 Apr 2015 23:06:01 +0900 Subject: remove extra `=` in form builder example [ci skip] --- actionpack/lib/action_controller/form_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3