Skip to content

Commit 04a5fc1

Browse files
author
root
committed
Rename file
1 parent 062e24c commit 04a5fc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: app/models/concerns/gitolitable.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Gitolitable
22
extend ActiveSupport::Concern
3+
include Gitolitable::Authorizations
34
include Gitolitable::Cache
45
include Gitolitable::Config
56
include Gitolitable::Features

Diff for: app/models/concerns/gitolitable/permissions.rb renamed to app/models/concerns/gitolitable/authorizations.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Gitolitable
2-
module Permissions
2+
module Authorizations
33
extend ActiveSupport::Concern
44

55
# These are for repository Gitolite configuration

0 commit comments

Comments
 (0)