index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
/
lib
/
rails
/
generators
/
job
/
templates
/
application_job.rb
blob: 0b113b950e8f4a810e1dd51d05cea2a451ac3591 (
plain
) (
blame
)
1
2
3
4
<
% module_namespacing
do
-
%>
class ApplicationJob < ActiveJob::Base
end
<% end -%>