Sha256: e685a6b95a1a44d704f53dcfe1d3aaccd2cb84ad8d24d87a01f6a1bc8f498c33

Contents?: true

Size: 176 Bytes

Versions: 7

Compression:

Stored size: 176 Bytes

Contents

module Hippo
    module Access

        module Roles

            class BasicUser < Role

                self.read << Hippo::Tenant

            end

        end

    end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hippo-fw-0.9.8 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.7 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.6 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.5 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.4 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.3 lib/hippo/access/roles/basic_user.rb
hippo-fw-0.9.2 lib/hippo/access/roles/basic_user.rb