lessons.rake fix
This commit is contained in:
parent
23300f22a2
commit
61368ae20d
|
|
@ -5,6 +5,8 @@ begin
|
|||
require Rails.root.join('spec', 'support', 'lessons.rb')
|
||||
rescue LoadError
|
||||
puts "for production; we ignore LoadError"
|
||||
rescue TypeError
|
||||
puts "for production, we ignore type error"
|
||||
end
|
||||
|
||||
namespace :lessons do
|
||||
|
|
|
|||
Loading…
Reference in New Issue