init push - laying out the project
This commit is contained in:
4
portal/app/models/betfair_runner_odd.rb
Normal file
4
portal/app/models/betfair_runner_odd.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class BetfairRunnerOdd < ApplicationRecord
|
||||
belongs_to :betfair_event_runner
|
||||
enum bet_type: {back: 'back', lay: 'lay'}
|
||||
end
|
Reference in New Issue
Block a user