Remove show action

This commit is contained in:
Tyler Renelle
2012-02-07 19:37:03 -05:00
parent d2fe179494
commit 34c1d5d46f
3 changed files with 0 additions and 57 deletions
@@ -1,8 +0,0 @@
HabitTracker.Views.Habits ||= {}
class HabitTracker.Views.Habits.ShowView extends Backbone.View
template: JST["backbone/templates/habits/show"]
render: ->
$(@el).html(@template(@model.toJSON() ))
return this