Sha256: 17a7c8f03acd930066f3e0716e161494d2fd16df5bd0b417b5b79eec1b8d9c20
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
ActiveAdmin.register Category do action_item_args = if ActiveAdmin::VERSION.start_with?('0.') [{ only: :show }] else ["state_action_category", { only: :show }] end action_item(*action_item_args) do link_to "Posts", admin_category_posts_path(resource) end end
Version data entries
4 entries across 4 versions & 3 rubygems