diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-07-13 09:59:17 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-07-13 09:59:17 -0700 |
commit | 4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0 (patch) | |
tree | 10b419729b9e2695621bbeb42daecaf7075df3d3 | |
parent | cedaee712b55caa596b3f128416a16bdb0c986c3 (diff) | |
parent | 3cfe552a06cd51ca89bedd61bf271fd6000f0e1d (diff) | |
download | rails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.tar.gz rails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.tar.bz2 rails-4f8168ec58cbc0bf1f1e442af2e93ccc1dd8dba0.zip |
Merge pull request #11422 from arunagw/added_missing_actionview
Added missing actionview in list for release
-rw-r--r-- | tasks/release.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb index 0c22f812fc..66da67bfd0 100644 --- a/tasks/release.rb +++ b/tasks/release.rb @@ -1,4 +1,4 @@ -FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionmailer railties ) +FRAMEWORKS = %w( activesupport activemodel activerecord actionpack actionview actionmailer railties ) root = File.expand_path('../../', __FILE__) version = File.read("#{root}/RAILS_VERSION").strip |