class ActionView::Helpers::Tags::Base
TODO: Find a better way to solve this issue! This patch is needed since this Rails commit: github.com/rails/rails/commit/c1a118a
Private Instance Methods
value(object)
click to toggle source
# File lib/ransack/helpers/form_builder.rb, line 9 def value(object) object.send @method_name if object # use send instead of public_send end