module ActsAsFootprintable::Extenders::Footprinter
Public Class Methods
Source
# File lib/acts_as_footprintable/extenders/footprinter.rb, line 15 def self.footprinter? true end
Public Instance Methods
Source
# File lib/acts_as_footprintable/extenders/footprinter.rb, line 10 def acts_as_footprinter(*_args) require 'acts_as_footprintable/footprinter' include ActsAsFootprintable::Footprinter class_eval do def self.footprinter? true end end end
Source
# File lib/acts_as_footprintable/extenders/footprinter.rb, line 6 def footprinter? false end