# File lib/cancan/controller_additions.rb, line 124
    def self.included(base)
      base.extend ClassMethods
      base.helper_method :can?, :cannot?
    end