module ActsAsHasselhoff

Constants

VERSION

Public Instance Methods

acts_as_hasselhoff() click to toggle source
# File lib/acts_as_hasselhoff.rb, line 4
def acts_as_hasselhoff
  include InstanceMethods
  before_save :play_watch
end