changed type to integer for year

This commit is contained in:
Harry Bomrah 2015-12-08 16:31:49 +08:00
parent 1ccd146915
commit 0c58096d19
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Project
field :participator, localize: true
field :unit, localize: true
field :year
field :year, type: Integer
field :language
field :keywords
field :abstract