4 lines
68 B
Ruby
Executable File
4 lines
68 B
Ruby
Executable File
class Shop < ApplicationRecord
|
|
ShopDetail = Shop.find_by_id(1)
|
|
end
|