Sha256: 7117f8b8aba6ba5920e8477173d72cc5cd407495d89ca91a59d837da0d7149b7

Contents?: true

Size: 161 Bytes

Versions: 11

Compression:

Stored size: 161 Bytes

Contents

module Rich
  module Authorize
    def authenticate_rich_user
      send(Rich.authentication_method) unless Rich.authentication_method == :none
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
st-rich-1.5.1 lib/rich/authorize.rb
rich-1.4.6 lib/rich/authorize.rb
rich-1.4.5 lib/rich/authorize.rb
rich-1.4.4 lib/rich/authorize.rb
rich-1.4.3 lib/rich/authorize.rb
rich-1.4.2 lib/rich/authorize.rb
rich-1.4.1 lib/rich/authorize.rb
rich-1.4 lib/rich/authorize.rb
rich-1.3.1 lib/rich/authorize.rb
rich-1.3.0 lib/rich/authorize.rb
rich-1.2.0 lib/rich/authorize.rb