Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstout committed Jun 4, 2010
1 parent 66cd0c3 commit b7e3318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/blog_post.rb
Expand Up @@ -47,7 +47,7 @@ def save_tags

# Save new tags
@tags.split(/,/).each do |tag|
self.blog_tags.create(:tag => tag.strip)
self.blog_tags.build(:tag => tag.strip)
end
end
end
Expand Down

0 comments on commit b7e3318

Please sign in to comment.