public
Description: A Rails Plugin to allow for drop-in ticket creation from a Rails application to the Lighthouse issue tracking system
Homepage: http://www.iterativedesigns.com/QuickTicket
Clone URL: git://github.com/voodootikigod/quickticket.git
Click here to lend your support to: quickticket and make a donation at www.pledgie.com !
quickticket / init.rb
100644 8 lines (5 sloc) 0.251 kb
1
2
3
4
5
6
7
8
require 'lighthouse'
require 'iterativedesigns/quick_ticket'
 
ActionController::Base.send :include, Lighthouse
ActionController::Base.send :include, IterativeDesigns::QuickTicketMixin
ActionController::Base.send :after_filter, :add_quick_ticket_code