Skip to content

Instantly share code, notes, and snippets.

@coderforhire
Created June 14, 2012 13:45
Show Gist options
  • Save coderforhire/2930393 to your computer and use it in GitHub Desktop.
Save coderforhire/2930393 to your computer and use it in GitHub Desktop.
def index
@movies = Dir.glob("public/movies/*/*")
respond_to do |format|
format.html # index.html.erb
format.xml { render xml: @movies }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment