3 lines
56 B
Ruby
3 lines
56 B
Ruby
class Key < ApplicationRecord
|
|
has_many :key_binds
|
|
end
|
class Key < ApplicationRecord
|
|
has_many :key_binds
|
|
end
|