Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed Nov 1, 2024
1 parent ee27e60 commit 23f8888
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/controllers/onboardings_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ class OnboardingsController < ApplicationController
before_action :set_user
before_action :load_invitation

def show
end
def show
end

def profile
end
def profile
end

def preferences
end
def preferences
end

private

Expand Down

0 comments on commit 23f8888

Please sign in to comment.