lib/archer/engine.rb in archer-rails-0.4.0 vs lib/archer/engine.rb in archer-rails-0.4.1
- old
+ new
@@ -1,8 +1,9 @@
module Archer
class Engine < Rails::Engine
console do
# need IRB context to be ready before Archer.start
+ require "irb"
::IRB::Irb.prepend(Archer::Irb)
end
end
end