subscription/new?annual=true
def verify_user_steps! return if devise_controller? return unless user_signed_in? return if current_user.terms redirect_to after_signup_path(:terms),notice: 'You most accept Terms and conditions.' end
http://localhost:3000/after_signup/terms