A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
259 B

  1. # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
  2. one:
  3. name: MyString
  4. email: MyString
  5. password_hash: MyString
  6. is_admin: false
  7. two:
  8. name: MyString
  9. email: MyString
  10. password_hash: MyString
  11. is_admin: false