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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Please ⭐ if you like it.
19
19
20
20
## Install
21
21
22
-
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.8'`
22
+
- Add to your Gemfile: `gem 'tiny_admin', '~> 0.9'`
23
23
- Mount the app in a route (check some examples with: Hanami, Rails, Roda and standalone in [extra](extra))
24
24
+ in Rails, update _config/routes.rb_: `mount TinyAdmin::Router => '/admin'`
25
25
- Configure the dashboard using `TinyAdmin.configure` and/or `TinyAdmin.configure_from_file` with a YAML config file (see [configuration](#configuration) below):
@@ -218,6 +218,8 @@ model: Post
218
218
219
219
#### Resource index options
220
220
221
+
> 📚 [Wiki Resource index page](https://github.com/blocknotes/tiny_admin/wiki/Resource-index) available
222
+
221
223
The Index hash supports the following options:
222
224
223
225
- `attributes` (Array): fields to expose in the resource list page;
@@ -257,6 +259,8 @@ Example:
257
259
258
260
#### Resource show options
259
261
262
+
> 📚 [Wiki Resource show page](https://github.com/blocknotes/tiny_admin/wiki/Resource-show) available
263
+
260
264
The Show hash supports the following options:
261
265
262
266
- `attributes` (Array): fields to expose in the resource details page.
0 commit comments