mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Rails documentation (4.0.4)
This commit is contained in:
parent
d742db3182
commit
0f37285098
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ module Docs
|
|||
# find \
|
||||
# actionmailer \
|
||||
# actionpack \
|
||||
# actionview \
|
||||
# activemodel \
|
||||
# activerecord \
|
||||
# activesupport \
|
||||
|
@ -18,7 +19,7 @@ module Docs
|
|||
|
||||
self.name = 'Ruby on Rails'
|
||||
self.slug = 'rails'
|
||||
self.version = '4.0.3'
|
||||
self.version = '4.0.4'
|
||||
self.dir = '/Users/Thibaut/DevDocs/Docs/RDoc/Rails'
|
||||
|
||||
html_filters.replace 'rdoc/entries', 'rails/entries'
|
||||
|
|
Loading…
Reference in a new issue