module Rolypoly::ControllerRoleDSL::ClassMethods

Private Instance Methods

rolypoly_gatekeepers=(arry) click to toggle source
# File lib/rolypoly/controller_role_dsl.rb, line 63
        def rolypoly_gatekeepers=(arry)
  @rolypoly_gatekeepers = Rolypoly::RoleGatekeepers.new(arry)
end