Flowdock
method

value

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Base
value(object) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/tags/base.rb, line 27
        def value(object)
          object.public_send @method_name if object
        end
Register or log in to add new notes.