Skip to content

Commit

Permalink
expose roles publically
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Apr 6, 2013
1 parent 21700ea commit 51339e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprinkle/policy.rb
Expand Up @@ -51,7 +51,7 @@ def policy(name, options = {}, &block)
end

class Policy #:nodoc:
attr_reader :name
attr_reader :name, :roles

def initialize(name, metadata = {}, &block)
raise 'No name provided' unless name
Expand Down

0 comments on commit 51339e3

Please sign in to comment.