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
@@ -103,7 +98,6 @@ function on_change_category( el ) {
103
98
```
104
99
105
100
### Inline editing examples
106
-
107
101
- Prepare a custom member action to save data, an *update* helper function is available (third parameter is optional, allow to filter using strong parameters):
108
102
109
103
```rb
@@ -141,7 +135,6 @@ end
141
135
```
142
136
143
137
### Dialog example
144
-
145
138
Example with 2 models: *Author* and *Article*
146
139
147
140
Prepare the content dialog - in Active Admin Author config:
@@ -185,15 +178,13 @@ end
185
178
The link url is loaded via AJAX before opening the dialog.
186
179
187
180
## Do you like it? Star it!
188
-
189
181
If you use this component just star it. A developer is more motivated to improve a project when there is some interest.
190
182
191
183
Take a look at [other ActiveAdmin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source) that I made if you are curious.
192
184
193
185
## Contributors
194
-
195
186
-[Mattia Roccoberton](http://blocknot.es): author
187
+
- The good guys that opened issues and pull requests from time to time
196
188
197
189
## License
198
-
199
-
[MIT](LICENSE.txt)
190
+
The gem is available as open-source under the terms of the [MIT](LICENSE.txt).
0 commit comments