mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
activejob needs to be built before actionmailer
This commit is contained in:
parent
461fa6390d
commit
d507f332a9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack actionmailer railties activejob )
|
||||
FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer railties )
|
||||
|
||||
root = File.expand_path('../../', __FILE__)
|
||||
version = File.read("#{root}/RAILS_VERSION").strip
|
||||
|
|
Loading…
Reference in a new issue