Skip to content

Instantly share code, notes, and snippets.

@dphase
Created September 16, 2014 18:21
Show Gist options
  • Save dphase/c7d7aff14c63a4b8f4b0 to your computer and use it in GitHub Desktop.
Save dphase/c7d7aff14c63a4b8f4b0 to your computer and use it in GitHub Desktop.
get :license, :map => '/user/licenses', :provides => [:json] do
user.update(:eula => true,
:eula_date => Date.today,
:eula_ip => request.ip)
redirect '/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment