method
pluck
v2.2.1 -
Show latest stable
- Class:
ActionView::Helpers::JavaScriptCollectionProxy
pluck(variable, property)public
No documentation available.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 1243
def pluck(variable, property)
add_variable_assignment!(variable)
append_enumerable_function!("pluck(#{property.to_json});")
end