Showing
7 changed files
with
25 additions
and
0 deletions
app/assets/javascripts/welcome.coffee
0 → 100644
app/assets/stylesheets/welcome.scss
0 → 100644
app/controllers/welcome_controller.rb
0 → 100644
app/helpers/welcome_helper.rb
0 → 100644
app/views/welcome/index.html.erb
0 → 100644
1 | Rails.application.routes.draw do | 1 | Rails.application.routes.draw do |
2 | + get 'welcome/index' | ||
3 | + | ||
2 | # The priority is based upon order of creation: first created -> highest priority. | 4 | # The priority is based upon order of creation: first created -> highest priority. |
3 | # See how all your routes lay out with "rake routes". | 5 | # See how all your routes lay out with "rake routes". |
4 | 6 |
Please
register
or
login
to post a comment