module ActiveWorker::Templatable::ClassMethods

Public Instance Methods

templates_with_names() click to toggle source
# File lib/active_worker/templatable.rb, line 5
def templates_with_names
  Template.with_names(self)
end