mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
New onboarding, trials, Stripe integration (#2185)
* New onboarding, trials, Stripe integration * Fix tests * Lint fixes * Fix subscription endpoints
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
class OnboardingsController < ApplicationController
|
||||
layout "wizard"
|
||||
|
||||
before_action :set_user
|
||||
before_action :load_invitation
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def profile
|
||||
def preferences
|
||||
end
|
||||
|
||||
def preferences
|
||||
def trial
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user