REFACTOR: Fixes poor class hierarchy for listing topics

- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
This commit is contained in:
Robin Ward
2014-01-18 19:26:24 +01:00
committed by Régis Hanol
parent 86214989f5
commit 4981525047
178 changed files with 8441 additions and 4573 deletions
@@ -0,0 +1,5 @@
class DropHotTopics < ActiveRecord::Migration
def change
drop_table :hot_topics
end
end