about summary refs log tree commit diff
path: root/db/seeds.rb
blob: a3e75f2747d8990f6fddc0fbf145a0f68c8517f8 (plain) (blame)
1
2
web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri, scopes: 'read write follow')
web_app.save!