app/helpers/pageflow/admin/entries_helper.rb in pageflow-12.0.4 vs app/helpers/pageflow/admin/entries_helper.rb in pageflow-12.1.0

- old
+ new

@@ -16,17 +16,8 @@ 'not_published' ].index_by do |state| I18n.t(state, scope: 'activerecord.values.pageflow/entry.publication_states') end end - - def eligible_accounts - AccountPolicy::Scope.new(current_user, Account).entry_movable - end - - def eligible_themings - ThemingPolicy::Scope.new(current_user, Pageflow::Theming) - .themings_allowed_for(resource.account) - end end end end