You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MongoMapper
Hi,
I installed MongoVUE (gui for mongodb) and found out that when I use
mass assignment like Record.create!(params) also params that are NOT
exactly specified in model are written to db.
It's not a big problem, but I didn't expect that.
Have a nice day.
John Nunemaker
unread,
Feb 4, 2012, 6:11:36 PM2/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongo...@googlegroups.com
Mongo can store anything so we let it. If you want to block access to what goes in, use mass assignment or some other method of filtering what can be stored.