Skip to content

Commit

Permalink
Fixes #18 - Added mass-assignment for Post blogger
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodacious committed Feb 11, 2013
1 parent f6fc335 commit b8067ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/blogit/post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Post < ActiveRecord::Base
# ==============
# = Attributes =
# ==============
attr_accessible :title, :body, :tag_list
attr_accessible :title, :body, :tag_list, :blogger_type, :blogger_id

# ===============
# = Validations =
Expand Down

0 comments on commit b8067ca

Please sign in to comment.