1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/api
Robin Dupret 94bab8662a Remove Active Storage duplicated classes from the API site
Since cb5af0d7, some classes that are under Active Storage are now
part of the API site.

However, these classes aren't nested under a definition of the
`ActiveStorage` module but rather name-spaced under it like
`ActiveStorage::Foo`.

Thus, these classes are present both under the ActiveStorage label
and at the root of the site's sidebar so we have to strip out
duplicates.

[ci skip]
2017-08-26 19:07:51 +02:00
..
generator.rb Remove Active Storage duplicated classes from the API site 2017-08-26 19:07:51 +02:00
task.rb Add paths to docs for Active Storage 2017-08-25 11:26:48 +09:00