Module: BestBoy::ObeysTestMode

Included in:
DayReport, MonthReport, BestBoyEvent
Defined in:
lib/best_boy/models/active_record/best_boy/obeys_test_mode.rb

Instance Method Summary collapse

Instance Method Details

#save(*args) ⇒ Object



3
4
5
# File 'lib/best_boy/models/active_record/best_boy/obeys_test_mode.rb', line 3

def save(*args)
  BestBoy.test_mode || super
end

#save!(*args) ⇒ Object



7
8
9
# File 'lib/best_boy/models/active_record/best_boy/obeys_test_mode.rb', line 7

def save!(*args)
  BestBoy.test_mode || super
end