Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: UserProvidedDefault
new(name, value, type, database_default) public

No documentation

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

Hide source
# File activemodel/lib/active_model/attribute/user_provided_default.rb, line 8
      def initialize(name, value, type, database_default)
        @user_provided_value = value
        super(name, value, type, database_default)
      end
Register or log in to add new notes.