Skip to content

Commit

Permalink
Use RolesHelper in BaseController. Fixes broken stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed Oct 2, 2008
1 parent 8ad944b commit 918c30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/engines/adva_cms/app/controllers/base_controller.rb
Expand Up @@ -2,7 +2,7 @@

class BaseController < ApplicationController
class SectionRoutingError < ActionController::RoutingError; end
helper :base, :content, :comments, :users
helper :base, :content, :comments, :users, :roles
helper_method :page_cache_subdirectory
include ContentHelper # WTF!

Expand Down

0 comments on commit 918c30b

Please sign in to comment.