Skip to content

Commit 3e4e7d6

Browse files
authored
fix(hooks): use exact namespace to prevent controller conflict (#620)
1 parent a84936c commit 3e4e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/forest_liana/actions_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ForestLiana
2-
class ActionsController < ApplicationController
2+
class ActionsController < ForestLiana::ApplicationController
33

44
def get_smart_action_hook_request
55
if params[:data] && params[:data][:attributes] && params[:data][:attributes][:collection_name]

0 commit comments

Comments
 (0)