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