diff options
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/notes_controller.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index 6b40ca3..4faf0e6 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -13,6 +13,7 @@ class NotesController < ApplicationController access_token = auth_token note_store = EvernoteService::NoteStore.new(notestore_url, access_token) - @notebooks = note_store.list_notebooks + @notebooks = note_store.notebooks + # @notes = @notebooks.collect { |b| b.notes } end end |
