module Shoulda::Whenever

Constants

VERSION

Public Instance Methods

schedule(task) click to toggle source
# File lib/shoulda/whenever/schedule_matcher.rb, line 3
def schedule(task)
  ScheduleMatcher.new(task)
end
schedule_command(task)
Alias for: schedule
schedule_rake(task)
Alias for: schedule
schedule_runner(task)
Alias for: schedule