class DbSucker::Patches::BetaWarning

Constants

AcceptedContinue

Public Class Methods

hook!(app) click to toggle source
# File lib/db_sucker/patches/beta-warning.rb, line 6
def self.hook!(app)
  app.send(:extend, DispatchOverrides)
end