module ActsAsFootprintable::Extenders::Footprinter
Public Class Methods
footprinter?()
click to toggle source
# File lib/acts_as_footprintable/extenders/footprinter.rb, line 15 def self.footprinter? true end
Public Instance Methods
acts_as_footprinter(*_args)
click to toggle 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
footprinter?()
click to toggle source
# File lib/acts_as_footprintable/extenders/footprinter.rb, line 6 def footprinter? false end