changed type to integer for year
This commit is contained in:
parent
1ccd146915
commit
0c58096d19
|
@ -13,7 +13,7 @@ class Project
|
||||||
field :participator, localize: true
|
field :participator, localize: true
|
||||||
field :unit, localize: true
|
field :unit, localize: true
|
||||||
|
|
||||||
field :year
|
field :year, type: Integer
|
||||||
field :language
|
field :language
|
||||||
field :keywords
|
field :keywords
|
||||||
field :abstract
|
field :abstract
|
||||||
|
|
Loading…
Reference in New Issue