summaryrefslogtreecommitdiff
path: root/app/models/category.rb
AgeCommit message (Collapse)Author
2017-09-23add application_record.mo
2015-01-11parameterize slug.mo khan
2015-01-11add tests for loading cakes in order.mo khan
2015-01-11add specs for categories.mo khan
2014-05-20update category to not pull creations via join table.mo khan
2013-11-30remove comments and dead code.mo khan
2013-09-14order the categories by namemo khan
2013-07-26remove protected_attributes and fix creation_tags_controller_specmo khan
2013-07-25fix some broken specsmo khan
2013-07-25start to upgrade to rails 4mo khan
2013-06-21order categories by namemo khan
2013-06-21clean up routes to the categories controllermo khan
2012-03-04add missing attr_accessible after reading through attr_accessible attack on ↵mo k
github today.
2011-08-15add url to category listing.mo k
2011-08-15remove attr_accessor from category because then you cannot assign any values ↵mo k
to its attributes.
2011-08-07start building category listings.mo k
2011-08-02add checkboxes for each category when uploading a new creation, and update ↵mo k
the creation update page.
2011-08-02add creation to category join table.mo k
2011-08-02add category model.mo k