Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def index
  2. @resources = Resource.all
  3. respond_to do |wants|
  4. wants.html {
  5. render
  6. }
  7. wants.xml {
  8. render :layout => false
  9. }
  10. end
  11. end
Add Comment
Please, Sign In to add comment