Module: ActiveWorker::Templatable::ClassMethods
- Defined in:
- lib/active_worker/templatable.rb
Instance Method Summary collapse
Instance Method Details
#templates_with_names ⇒ Object
5 6 7 |
# File 'lib/active_worker/templatable.rb', line 5 def templates_with_names Template.with_names(self) end |