Add page_title logick

This commit is contained in:
2013-04-26 13:53:18 +02:00
parent 80057b0bf5
commit 748b0c2283
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -62,8 +62,6 @@ html lang="en"
.bottom .bottom
p © Companytools 2012 p © Companytools 2012
= yield :footer = yield :footer
.content .content
- if flash[:alert].present? - if flash[:alert].present?
.alert.alert-error .alert.alert-error
+3
View File
@@ -28,6 +28,9 @@ module JSON
end end
MultiJson.engine = :json_gem MultiJson.engine = :json_gem
# This is a fix for testing models that
# are frozen after destroy and then extended
# by active_decorator when running the specs
require 'simply_stored' require 'simply_stored'
module SimplyStored::Couch module SimplyStored::Couch
def freeze def freeze