Sha256: eb7aed01ccbab3a9070e00d1b1aec38eba39cd9d1887051b823f4eb595974e04

Contents?: true

Size: 392 Bytes

Versions: 24

Compression:

Stored size: 392 Bytes

Contents

#--
#            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
#                    Version 2, December 2004
#
#            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
#   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
#
#  0. You just DO WHAT THE FUCK YOU WANT TO.
#++

class Guest
  def guest?
    true
  end

  def permission_level
    User.guest
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
gennaro-0.3.6.5 templates/authentication/app/models/guest.rb
gennaro-0.3.6.4 templates/authentication/app/models/guest.rb
gennaro-0.3.6.3 templates/authentication/app/models/guest.rb
gennaro-0.3.6.2 templates/authentication/app/models/guest.rb
gennaro-0.3.6.1 templates/authentication/app/models/guest.rb
gennaro-0.3.6 templates/authentication/app/models/guest.rb
gennaro-0.3.5 templates/authentication/app/models/guest.rb
gennaro-0.3.4.2 templates/authentication/app/models/guest.rb
gennaro-0.3.4.1 templates/authentication/app/models/guest.rb
gennaro-0.3.4 templates/authentication/app/models/guest.rb
gennaro-0.3.3 templates/authentication/app/models/guest.rb
gennaro-0.3.2.3 templates/authentication/app/models/guest.rb
gennaro-0.3.2.2 templates/authentication/app/models/guest.rb
gennaro-0.3.2.1 templates/authentication/app/models/guest.rb
gennaro-0.3.2 templates/authentication/app/models/guest.rb
gennaro-0.3.1.3 templates/authentication/app/models/guest.rb
gennaro-0.3.1.2 templates/authentication/app/models/guest.rb
gennaro-0.3.1.1 templates/authentication/app/models/guest.rb
gennaro-0.3.1 templates/authentication/app/models/guest.rb
gennaro-0.3 templates/authentication/app/models/guest.rb