Not Found for title

This commit is contained in:
Kyle Drake 2015-06-03 14:51:34 -07:00
parent a48d5db958
commit fdd98d5fba

1
app.rb
View file

@ -36,6 +36,7 @@ before do
end end
not_found do not_found do
@title = 'Not Found'
erb :'not_found' erb :'not_found'
end end