Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
steev committed Aug 18, 2010
1 parent 402086e commit f0b3b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/businesses_controller.rb
Expand Up @@ -88,7 +88,7 @@ def add_year
if @business.save
flash[:notice] = "1 Year Added to #{@business.name}"
else
flash[:error] = "Failed to Add Year to #{business.name}"
flash[:error] = "Failed to Add Year to #{@business.name}"
end
redirect_to businesses_url
end
Expand Down

0 comments on commit f0b3b51

Please sign in to comment.