Commit 950a6565562ca5b365e49f399f72166017b4e07a
1 parent
1d4060c5
Exists in
master
and in
29 other branches
ActionItem0: fixing helper name
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@373 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/comatose_integration.rb
... | ... | @@ -16,7 +16,7 @@ Comatose.configure do |config| |
16 | 16 | end |
17 | 17 | config.admin_includes << :authenticated_system |
18 | 18 | config.admin_helpers << :application_helper |
19 | - config.admin_helpers << :document | |
19 | + config.admin_helpers << :document_helper | |
20 | 20 | end |
21 | 21 | Comatose::AdminController.design :holder => 'virtual_community' |
22 | 22 | Comatose::AdminController.before_filter do |controller| | ... | ... |