lib/ahoy.rb in ahoy_matey-0.3.0 vs lib/ahoy.rb in ahoy_matey-0.3.1
- old
+ new
@@ -58,9 +58,11 @@
mattr_accessor :track_bots
self.track_bots = false
mattr_accessor :quiet
self.quiet = true
+
+ mattr_accessor :domain
end
ActionController::Base.send :include, Ahoy::Controller
ActiveRecord::Base.send(:extend, Ahoy::Model) if defined?(ActiveRecord)