Sha256: 54c84a38887f616d925c75e4c423319aa7863e0a34e0047d58bf99331300a59b
Contents?: true
Size: 166 Bytes
Versions: 3
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true class PlainRubyUser extend Canard::UserModel attr_accessor :roles_mask def initialize(*roles) self.roles = roles end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
canard-0.6.2.pre | test/dummy/app/models/plain_ruby_user.rb |
canard-0.6.1.pre | test/dummy/app/models/plain_ruby_user.rb |
canard-0.6.0.pre | test/dummy/app/models/plain_ruby_user.rb |