Add page_title logick
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user