Added flash message

This commit is contained in:
Israel Ogbole
2016-06-17 16:15:44 +01:00
parent b7b07c0daa
commit e08b8ee5f2
10 changed files with 46 additions and 94 deletions

View File

@@ -9,3 +9,5 @@ Rails.application.config.assets.version = '1.0'
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )
Rails.application.config.assets.precompile += %w( footermanifest.js)

View File

@@ -1,11 +1,9 @@
Rails.application.routes.draw do
get 'plainpage/index'
# The priority is based upon order of creation: first created -> highest priority.
# See how all your routes lay out with "rake routes".
# You can have the root of your site routed with "root"
# root 'welcome#index'
root 'plainpage#index'
# Example of regular route:
# get 'products/:id' => 'catalog#view'