Refactor micropub specific things out to a slice
This commit is contained in:
0
slices/micropub/views/.keep
Normal file
0
slices/micropub/views/.keep
Normal file
10
slices/micropub/views/helpers.rb
Normal file
10
slices/micropub/views/helpers.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# auto_register: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Micropub
|
||||
module Views
|
||||
module Helpers
|
||||
# Add your view helpers here
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user