]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml
Merge 17067 from trunk.
[rails.git] / vendor / plugins / oauth-plugin / generators / oauth_provider / templates / oauth_tokens.yml
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 one:
3   id: 1
4   user_id: 1
5   client_application_id: 1
6   token: one
7   secret: MyString
8   created_at: 2007-11-19 07:31:46
9   updated_at: 2007-11-19 07:31:46
10 two:
11   id: 2
12   user_id: 1
13   client_application_id: 1
14   token: two
15   secret: MyString
16   created_at: 2007-11-19 07:31:46
17   updated_at: 2007-11-19 07:31:46