Sha256: 438d9769dbef40a96548c295aae955c490cf022e33a911585bbabce1b4fb3382

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 Bytes

Contents

Wobauth.setup do |config|
  #
  # Configuration for Authorization
  # 1. Subject: Authorizable
  # do not change it unless you know exactly what you are doing
  #
  # config.authorizable_types = [ "Wobauth::User", "Wobauth::Group" ]
  #
  # 2. Object: Authorized_for
  # depends on your application ...
  # default: []
  #
  # config.authorized_for_types = [ "MyClass", ...]
  #
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wobauth-3.4.4 test/tmp/config/initializers/wobauth.rb