Explorar el Código

Added newline [skip ci]

Andrew Kane hace 7 años
padre
commit
91fc90bc67
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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