You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* display a warning on missing association ([#426](https://github.com/ForestAdmin/forest-rails/issues/426)) ([a4974a3](https://github.com/ForestAdmin/forest-rails/commit/a4974a33968eb3ec6574bf9fb0a0e59ca9b86b78))
***role:** add support for new roles ACL permissions ([#391](https://github.com/ForestAdmin/forest-rails/issues/391)) ([ae3539e](https://github.com/ForestAdmin/forest-rails/commit/ae3539e59c49b525078639a6d316ae2b5598ed75))
***role:** add support for new roles ACL permissions ([#391](https://github.com/ForestAdmin/forest-rails/issues/391)) ([ae3539e](https://github.com/ForestAdmin/forest-rails/commit/ae3539e59c49b525078639a6d316ae2b5598ed75))
***role:** add support for new roles ACL permissions ([#391](https://github.com/ForestAdmin/forest-rails/issues/391)) ([ae3539e](https://github.com/ForestAdmin/forest-rails/commit/ae3539e59c49b525078639a6d316ae2b5598ed75))
@@ -35,6 +38,7 @@ This project has been designed with scalability in mind to fit requirements from
35
38
</p>
36
39
37
40
Forest Admin consists of two components:
41
+
38
42
- The Admin Frontend is the user interface where you'll manage your data and configuration.
39
43
- The Admin Backend API hosted on your servers where you can find and extend your data models and all the business logic (routes, actions, …) related to your admin panel.
40
44
@@ -46,27 +50,31 @@ user and your application data through the Admin API.
46
50
## Features
47
51
48
52
### CRUD
53
+
49
54
All of your CRUD operations are natively supported. The API automatically
50
55
supports your data models' validation and allows you to easily extend or
51
56
override any API routes' with your very own custom logic.
0 commit comments