start fixing deprecation warnings

This commit is contained in:
Reinier Balt 2013-05-11 23:13:32 +02:00
parent 0bc9b0397a
commit ebff4cfc0c
9 changed files with 74 additions and 79 deletions

View file

@ -3,7 +3,7 @@ class NotesController < ApplicationController
before_filter :set_source_view
def index
@all_notes = current_user.notes.all
@all_notes = current_user.notes
@count = @all_notes.size
@page_title = "TRACKS::All notes"
@source_view = 'note_list'