Skip to content

Commit

Permalink
chore: rollback entry_sheet entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
takaishi committed Nov 20, 2024
1 parent 23d5b1b commit ed08c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/profiles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ def checkin
def view_qr
end

def entry_sheet
end

helper_method :profile_url

private
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
get 'profiles/edit', to: 'profiles#edit'
get 'profiles/checkin', to: 'profiles#checkin'
get 'profiles/view_qr' => 'profiles#view_qr'
get 'profiles/entry_sheet' => 'profiles#entry_sheet'
resources :public_profiles


Expand Down

0 comments on commit ed08c1b

Please sign in to comment.