Restructure notes URLs according to standard rails conventions
This commit is contained in:
parent
6aca6cfabf
commit
c9fb146608
21 changed files with 196 additions and 80 deletions
3
app/views/notes/show.xml.builder
Normal file
3
app/views/notes/show.xml.builder
Normal file
|
@ -0,0 +1,3 @@
|
|||
xml.instruct!
|
||||
|
||||
xml << render(:partial => "note", :object => @note)
|
Loading…
Add table
Add a link
Reference in a new issue