Skip to content

Instantly share code, notes, and snippets.

@npiv
Created March 16, 2012 19:16
Show Gist options
  • Save npiv/2051944 to your computer and use it in GitHub Desktop.
Save npiv/2051944 to your computer and use it in GitHub Desktop.
pound persisted
class PoundController < ApplicationController
def r
end
def start
redirect_to "/pound/r"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment