Add page_title logick
This commit is contained in:
@@ -62,8 +62,6 @@ html lang="en"
|
||||
.bottom
|
||||
p © Companytools 2012
|
||||
= yield :footer
|
||||
|
||||
|
||||
.content
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
|
||||
@@ -28,6 +28,9 @@ module JSON
|
||||
end
|
||||
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'
|
||||
module SimplyStored::Couch
|
||||
def freeze
|
||||
|
||||
Reference in New Issue
Block a user