Move browse#note to notes#show
This allows a more resourceful routing approach.
This commit is contained in:
parent
b5046fdcd0
commit
9748ce301c
22 changed files with 175 additions and 138 deletions
|
@ -9,7 +9,7 @@ xml.item do
|
|||
xml.title t("api.notes.rss.opened", :place => location)
|
||||
end
|
||||
|
||||
xml.link browse_note_url(note)
|
||||
xml.link note_url(note)
|
||||
xml.guid api_note_url(note)
|
||||
xml.description render(:partial => "description", :object => note, :formats => [:html])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue