mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
nodoc ActiveRecord::Attribute::UserProvidedDefault
. [ci skip]
This commit is contained in:
parent
2cdb912db4
commit
9d02a25d59
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'active_record/attribute'
|
|||
|
||||
module ActiveRecord
|
||||
class Attribute # :nodoc:
|
||||
class UserProvidedDefault < FromUser
|
||||
class UserProvidedDefault < FromUser # :nodoc:
|
||||
def initialize(name, value, type, database_default)
|
||||
super(name, value, type, database_default)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue