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
{{ message }}
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ active_admin_translates :title, :description do
25
25
validates_presence_of :title
26
26
end
27
27
```
28
-
## Editor configuration
28
+
## In your Active Admin resource definition
29
+
30
+
**Important note:** I'm working on a fix for #4 because after AA deprecated and then removed [#form_buffers](https://github.com/activeadmin/activeadmin/pull/3486) the
31
+
syntax shown below for form declaration doesn't work as is. See comments in code and [discussion](#4) to fix it until I found a solution.
29
32
30
33
```ruby
31
34
@@ -41,6 +44,7 @@ index do
41
44
default_actions
42
45
end
43
46
47
+
# This was the original syntax proposed in this gem, however currently it doesn't work
0 commit comments