about summary refs log blame commit diff
path: root/db/seeds/01_web_app.rb
blob: a457a883b3149b7319b34e6bb27ad76f1d058436 (plain) (tree)
1
                                                                                                                                                                                
Doorkeeper::Application.create_with(name: 'Web', redirect_uri: Doorkeeper.configuration.native_redirect_uri, scopes: 'read write follow push').find_or_create_by(superapp: true)