rafd / SkuleCMS

Club server project by the UofT Skule Web-Dev Club
http://myego.ca/webdev/projects/SkuleCMS/
12 stars 7 forks source link

fix tags for clubs #58

Closed raymondlam closed 15 years ago

raymondlam commented 15 years ago

Can't create tags on creation or on update

raymondlam commented 15 years ago

The issue was the attr_accessible limiting calls in the plugin. My bad :( . Switched to attr_protected which is a bit less safe but avoids conflicts.