Files
sx-fc/app/models/shop.rb
2017-11-30 15:44:48 +06:30

4 lines
68 B
Ruby
Executable File

class Shop < ApplicationRecord
ShopDetail = Shop.find_by_id(1)
end