Rails 3.2
I have a Rails application that the product team would like me to add a "Terms & Conditions" section that a new user would have to scroll through until the end, before the new user creation process is completed (I am using Devise for user management).
I did a search for a Gem, but could not find any. Anyone know of a Gem I can use, or should I write a piece of code from scratch?