year converted to integer in model
This commit is contained in:
parent
43a14b5c9e
commit
af05f4dbf0
|
@ -7,7 +7,7 @@ class Honor
|
||||||
belongs_to :honor_type
|
belongs_to :honor_type
|
||||||
belongs_to :member_profile
|
belongs_to :member_profile
|
||||||
|
|
||||||
field :year
|
field :year, type: Integer
|
||||||
field :award_name, localize: true
|
field :award_name, localize: true
|
||||||
field :awarding_unit, localize: true
|
field :awarding_unit, localize: true
|
||||||
field :language
|
field :language
|
||||||
|
|
Loading…
Reference in New Issue