DEV Community

Discussion on: How to Add ToS Agreement Checkbox to Your Rails App using Devise?

Collapse
 
zilton7 profile image
Zil Norvilis • Edited

Sure, here you go gist.github.com/zilton7/f4e6b50abd...
and route just contains a simple:
get '/privacy-policy', to: 'static#privacy_policy'