index
:
Evernote-Rails-Example
master
An example of how to set up an OAuth connection and make API requests to Evernote from within a Rails application
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
notes
/
index.html.erb
blob: 28d28505c61b3bea4a28fe3af0e27fa1c27e1867 (
plain
)
1
2
3
<% @notebooks.each do |b| %> <%= b.name %><br /> <% end %>