8000 Revert "Document known issue on scaffolding and inherited_resources" · rrrodrigo/activeadmin@eef6154 · GitHub
[go: up one dir, main page]

Skip to content

Commit eef6154

Browse files
Revert "Document known issue on scaffolding and inherited_resources"
1 parent f6455de commit eef6154

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,22 +74,6 @@ Github [docs](https://github.com/activeadmin/activeadmin/tree/master/docs#active
7474

7575
Check out [the docs](https://github.com/activeadmin/activeadmin/blob/master/docs/0-installation.md)!
7676

77-
## Known issues
78-
79-
### Rails 5 scaffold generators
80-
81-
Active Admin requires the `inherited_resources` gem which may break scaffolding under Rails 5 as it replaces the default scaffold generator. The solution is to configure the default controller in `config/application.rb` as outlined in [josevalim/inherited_resources#195](https://github.com/josevalim/inherited_resources/issues/195)
82-
83-
```
84-
module SampleApp
85-
class Application < Rails::Application
86-
...
87-
config.app_generators.scaffold_controller = :scaffold_controller
88-
...
89-
end
90-
end
91-
```
92-
9377
## Need help?
9478

9579
Ask us in IRC ([#activeadmin](https://webchat.freenode.net/?channels=activeadmin)), on the

0 commit comments

Comments
 (0)
0