mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
- When creating a new company as an admin, a new database containing models for Runs, Grades, Results, Machines, and Oysters is migrated and created - When a user registers, they are automatically switched to their company's db in the server - When a user signs in they are also automatically swithched
26 lines
427 B
YAML
26 lines
427 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
Full_name: MyString
|
|
Short_name: MyString
|
|
Volume_max:
|
|
Volume_min:
|
|
Length_max:
|
|
Length_min:
|
|
Width_max:
|
|
Width_min:
|
|
Height_max:
|
|
Height_min:
|
|
|
|
two:
|
|
Full_name: MyString
|
|
Short_name: MyString
|
|
Volume_max:
|
|
Volume_min:
|
|
Length_max:
|
|
Length_min:
|
|
Width_max:
|
|
Width_min:
|
|
Height_max:
|
|
Height_min:
|