Calendar is fullscreen
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Company < ApplicationRecord
|
||||
has_many :customers, dependent: :destroy
|
||||
has_many :reservations, dependent: :destroy
|
||||
has_many :places, dependent: :destroy
|
||||
has_many :teams, dependent: :destroy
|
||||
end
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
class Place < ApplicationRecord
|
||||
belongs_to :company
|
||||
end
|
||||
2
app/models/team.rb
Normal file
2
app/models/team.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Team < ApplicationRecord
|
||||
end
|
||||
Reference in New Issue
Block a user