sijbrandij / railsgirls-nl

Rails app for the RailsGirlsNL website
http://railsgirls.nl
1 stars 17 forks source link

Fix caching of meetup #44

Open iain opened 11 years ago

iain commented 11 years ago

Caching complex objects is a bad idea. Only strings should be cached.

It is happening here: https://github.com/sijbrandij/railsgirls-nl/blob/master/app/controllers/meeting_controller.rb#L7