Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: YAMLColumn
new(attr_name, object_class = Object) public

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/coders/yaml_column.rb, line 10
      def initialize(attr_name, object_class = Object)
        @attr_name = attr_name
        @object_class = object_class
        check_arity_of_constructor
      end
Register or log in to add new notes.