Copied initial project structure from Raven
This commit is contained in:
10
lib/routes/index.rb
Normal file
10
lib/routes/index.rb
Normal file
@ -0,0 +1,10 @@
|
||||
namespace '/' do
|
||||
|
||||
get '' do
|
||||
erb :index, :locals => {
|
||||
:title => 'Dashboard'
|
||||
}
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user