- :numericality => { :on => :update, :integer_only => true }
- validates :changeset, :presence => true, :associated => true
- validates :author, :presence => true, :associated => true
+ :numericality => { :on => :update, :only_integer => true }
+ validates :changeset, :associated => true
+ validates :author, :associated => true