Skip to content

Commit 9257d79

Browse files
committed
Add sandbox page (redirect to etymology sandbox)
1 parent f7b4b0c commit 9257d79

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

app/controllers/page_controller.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ def linkout
9696
end
9797
end
9898

99+
# GET /page/sandbox
100+
def sandbox
101+
redirect_to(etymology_sandbox_names_path)
102+
end
103+
99104
private
100105

101106
def help_topics

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
%i[
1212
api about committee connect initiative join
1313
news prize publications seqcode linkout status
14+
sandbox
1415
].each { |i| get(i) }
1516
end
1617
get 'help' => 'page#help_index', as: :help_index

0 commit comments

Comments
 (0)