Flowdock
attribute(attribute_name) private

No documentation

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

Hide source
# File activerecord/lib/active_record/attribute_methods/read.rb, line 98
      def attribute(attribute_name)
        _read_attribute(attribute_name)
      end
Register or log in to add new notes.