aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/check_box.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-16 21:06:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-01-17 00:05:29 -0300
commitd6b9eb9b4417f1f8705284e520b796466a690ed6 (patch)
tree4ef4b0a2b2c00a92c8917d2d4928bf910e3b7dc5 /actionpack/lib/action_view/helpers/tags/check_box.rb
parentf42e1db35ab3a0300b8e02ac55e0ae82873b5986 (diff)
downloadrails-d6b9eb9b4417f1f8705284e520b796466a690ed6.tar.gz
rails-d6b9eb9b4417f1f8705284e520b796466a690ed6.tar.bz2
rails-d6b9eb9b4417f1f8705284e520b796466a690ed6.zip
Extract RadioButton
Diffstat (limited to 'actionpack/lib/action_view/helpers/tags/check_box.rb')
-rw-r--r--actionpack/lib/action_view/helpers/tags/check_box.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_view/helpers/tags/check_box.rb b/actionpack/lib/action_view/helpers/tags/check_box.rb
index 89aaad632c..55574e6f06 100644
--- a/actionpack/lib/action_view/helpers/tags/check_box.rb
+++ b/actionpack/lib/action_view/helpers/tags/check_box.rb
@@ -34,10 +34,6 @@ module ActionView
private
- def value(object)
- object.send @method_name if object
- end
-
def check_box_checked?(value)
case value
when TrueClass, FalseClass