module TengineRailsPlugin::Progress::Driveable::ClassMethods

Public Instance Methods

batch(batch_name) click to toggle source
# File lib/tengine_rails_plugin/progress.rb, line 81
def batch(batch_name)
  on "#{EVENT_NAME_PREFIX}#{batch_name}"
end