Skip to content

Commit

Permalink
Merge 2509cf1 into e1165fe
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank C. Eckert committed Oct 29, 2015
2 parents e1165fe + 2509cf1 commit 3f99c02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/boostify/charity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ class Charity
validates :boost_id,
presence: true, uniqueness: true

validates :title, :name, :url, :short_description, :description, :logo,
presence: true
validates :title, :name, :url, :short_description, :logo, presence: true

def update_cached_fields!
calc_income!
Expand Down

0 comments on commit 3f99c02

Please sign in to comment.