Created
November 16, 2015 12:35
-
-
Save abitdodgy/d661f1db34bab603e6ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1_0_0_1_ | |
'{ "1": 0, "2": 1, "3": 0, "4": 0 }' | |
{ "1" => 0, "2" => 1, "3" => 0, "4" => 0, }.hash | |
WorkspaceTypes: | |
id: [Int] | |
name: [String] | |
users: [Int] | |
storage: [Int] | |
price: [Int] | |
User: | |
has_many :owned_workspaces | |
Workspace | |
belongs_to :owner | |
kind_id | |
User.workspaces.join(:kind).group(:kind_id) | |
nano: 2 | |
small: 1 | |
medium: 0, | |
large: 0 | |
{ | |
1: 2, | |
2: 1, | |
3: 0, | |
4: 0, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment