feat: implement basic info display for anemos
This commit is contained in:
parent
06a12df43f
commit
ce5d327ca2
34 changed files with 582 additions and 88 deletions
4
app/controllers/page_controller.rb
Normal file
4
app/controllers/page_controller.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class PageController < ApplicationController
|
||||
def index
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue