aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-06-13 10:12:20 -0700
committerZachary Scott <e@zzak.io>2014-06-13 10:12:20 -0700
commit1ecc0106aee551a99e04c03f9064cc07b652e057 (patch)
tree870251e36b3ac8b85fc98e78964d901803b5e164 /actionview
parentf12d6367adb48acd47397662fdee94f2270749cc (diff)
downloadrails-1ecc0106aee551a99e04c03f9064cc07b652e057.tar.gz
rails-1ecc0106aee551a99e04c03f9064cc07b652e057.tar.bz2
rails-1ecc0106aee551a99e04c03f9064cc07b652e057.zip
Builder source code is still available on github [ci skip]
This was also removed from #15542
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/base.rb3
1 files changed, 3 insertions, 0 deletions
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