File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Thanks to [Tidelift][tidelift] and all our Tidelift subscribers.
75
75
Thanks to [ Open Collective] [ opencollective contributors ] and all our Open Collective contributors.
76
76
77
77
[ Arbre ] : https://github.com/activeadmin/arbre
78
- [ Devise ] : https://github.com/plataformatec /devise
79
- [ Formtastic ] : https://github.com/justinfrench /formtastic
78
+ [ Devise ] : https://github.com/heartcombo /devise
79
+ [ Formtastic ] : https://github.com/formtastic /formtastic
80
80
[ Inherited Resources ] : https://github.com/activeadmin/inherited_resources
81
81
[ Kaminari ] : https://github.com/kaminari/kaminari
82
82
[ Ransack ] : https://github.com/activerecord-hackery/ransack
Original file line number Diff line number Diff line change 58
58
Cucumber ::Rails ::Database . javascript_strategy = :truncation
59
59
60
60
# Warden helpers to speed up login
61
- # See https://github.com/plataformatec /devise/wiki/How-To:-Test-with-Capybara
61
+ # See https://github.com/heartcombo /devise/wiki/How-To:-Test-with-Capybara
62
62
include Warden ::Test ::Helpers
63
63
64
64
After do
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def retrieve_policy(subject)
42
42
end
43
43
44
44
def format_action ( action , subject )
45
- # https://github.com/varvet/pundit/blob/master /lib/generators/pundit/install/templates/application_policy.rb
45
+ # https://github.com/varvet/pundit/blob/main /lib/generators/pundit/install/templates/application_policy.rb
46
46
case action
47
47
when Auth ::READ then subject . is_a? ( Class ) ? :index? : :show?
48
48
when Auth ::DESTROY then subject . is_a? ( Class ) ? :destroy_all? : :destroy?
You can’t perform that action at this time.
0 commit comments