aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/categorization.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails 3.1 - wip.Uģis Ozols2011-07-271-7/+0
|
* tests were failing all over the placeJoe Sak2011-04-221-2/+0
|
* Added friendly_id to categories so instead of /categories/1 we get, say, ↵Philip Arndt2011-04-021-0/+4
| | | | /categories/news
* Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵Joe Sak2011-02-151-0/+5
by published_at DESC on category#show view