Sha256: 00db4da6d99ec11a7f1d97e76a7edcaad179bd96abd062a9a04f665471f071b7
Contents?: true
Size: 193 Bytes
Versions: 29
Compression:
Stored size: 193 Bytes
Contents
module Cms module RoleAuthentication def authenticate_user(role, action_options = {}) before_filter(action_options) {|controller| controller.authorize_role(role)} end end end
Version data entries
29 entries across 29 versions & 1 rubygems