From 1ecc0106aee551a99e04c03f9064cc07b652e057 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Fri, 13 Jun 2014 10:12:20 -0700 Subject: Builder source code is still available on github [ci skip] This was also removed from #15542 --- actionview/lib/action_view/base.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionview') diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb index 8235b30599..900f96255e 100644 --- a/actionview/lib/action_view/base.rb +++ b/actionview/lib/action_view/base.rb @@ -130,6 +130,9 @@ module ActionView #:nodoc: # end # end # end + # + # For more information on Builder please consult the [source + # code](https://github.com/jimweirich/builder). class Base include Helpers, ::ERB::Util, Context -- cgit v1.2.3