logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

application_fabricator.rb (169B)


  1. Fabricator(:application, from: Doorkeeper::Application) do
  2. name 'Example'
  3. website 'http://example.com'
  4. redirect_uri 'http://example.com/callback'
  5. end