Commit 16d69e95 authored by Baodong's avatar Baodong Committed by Lin Jen-Shin

Add prepend_mod for Features and License

parent 2948fd16
...@@ -299,3 +299,5 @@ module GitlabSubscriptions ...@@ -299,3 +299,5 @@ module GitlabSubscriptions
end end
end end
end end
GitlabSubscriptions::Features.prepend_mod
...@@ -534,3 +534,5 @@ class License < ApplicationRecord ...@@ -534,3 +534,5 @@ class License < ApplicationRecord
(expires_at || Time.current).end_of_day (expires_at || Time.current).end_of_day
end end
end end
License.prepend_mod
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment