Browse Source

Added newline [skip ci]

Andrew Kane 7 năm trước cách đây
mục cha
commit
91fc90bc67
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -153,6 +153,7 @@ Specify a `before_action` method to run in `blazer.yml`.
 ```yml
 before_action: require_admin
 ```
+
 Then define the custom authentication method in your `application_controller.rb`.
 
 ```ruby