-
### FILE
```
ActiveAdmin.register CommissionRate do
menu parent: 'Users', label: 'Commission Rates'
# See permitted parameters documentation:
# https://github.com/activeadmin/activeadmin/blob…
-
### FILE
```
ActiveAdmin.register FiatRate do
config.sort_order = 'date_desc'
menu parent: 'Currencies', label: 'EU Rates'
# See permitted parameters documentation:
# https://github.com/act…
-
### FILE
```
ActiveAdmin.register Fee do
permit_params :name, :slug, :amount, :units, :currency, :status
config.sort_order = 'name_asc'
menu parent: 'Configuration', label: 'Fees'
# See pe…
-
Why would it make sense to hardcode and not allow configuration options for the `bin/rails tailwindcss:watch` command?
We would like to generate a separate smaller tailwind css file that is for an …
-
searchable_select.scss-1.8.0 does not work with cssbundling gem because @codevise/activeadmin-searchable_select/src/searchable_select.scss does an '@import "select2"' which should be spelled out with …
fvue updated
2 months ago
-
When I originally wrote ExAdmin, I used the layout from the Rails ActiveAdmin project to avoid having to write my own UX. Later, when I added the AdminLTE2 theme, I kept the ActiveAdmin theme in for …
-
### FILE
```
ActiveAdmin.register InsuranceLead do
config.sort_order = 'created_at_desc'
menu parent: 'Loans & Insurance', label: 'Insurance Leads'
# See permitted parameters documentation:
…
-
### FILE
```
ActiveAdmin.register ExchangeRate do
# config.sort_order = 'name_asc'
menu parent: 'Currencies', label: 'Exchange Rates'
# See permitted parameters documentation:
# https://gi…
-
### FILE
```
ActiveAdmin.register Invite do
actions :all, except: [:new, :edit, :destroy]
config.sort_order = 'created_at_asc'
menu parent: 'Users', label: 'User Invites'
# See permitted …
-
### FILE
```
ActiveAdmin.register ConfigurationSetting do
actions :all, except: :destroy
config.sort_order = 'name'
menu parent: 'Configuration', label: 'General'
# See permitted paramete…