Skip to content

Commit f44c46c

Browse files
committed
Fix error message
1 parent c8a5158 commit f44c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_admin/dsl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def authorization(&block)
9191
if config.authorization.respond_to?(:authorization_block=)
9292
config.authorization.authorization_block = block
9393
else
94-
raise "The '#{config.authorization_adapter}' authorization adapter does not support a custom authorization bloc authorization adapter does not support a custom authorization block."
94+
raise "The '#{config.authorization_adapter}' authorization adapter does not support a custom authorization block."
9595
end
9696
end
9797

0 commit comments

Comments
 (0)