lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.0.9 vs lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.1.0

- old
+ new

@@ -8,10 +8,10 @@ end # Adds a simple environment variable based # token authentication scheme to your endpoints. # Alternatively, this token_authentication! - # method can be added to inddividual endpoints. + # method can be added to individual endpoints. # before do token_authentication! end