This fixes an issue where permitted_attributes throws an error of ArgumentError (wrong number of arguments (given 1, expected 0)): This is because we now bring in the latest version of administrate and administrate changes the way permitted_attributes works; it now passes an action parameter to permitted_attributes. This means we need to update permitted_attributes to accept that new parameter. Fixes: #7592 |
||
|---|---|---|
| .. | ||
| access_token_dashboard.rb | ||
| account_dashboard.rb | ||
| account_user_dashboard.rb | ||
| agent_bot_dashboard.rb | ||
| installation_config_dashboard.rb | ||
| platform_app_dashboard.rb | ||
| user_dashboard.rb | ||