lib/generators/rambulance/templates/rambulance.rb in rambulance-1.1.1 vs lib/generators/rambulance/templates/rambulance.rb in rambulance-2.0.0
- old
+ new
@@ -24,10 +24,10 @@
# The template name for the layout of the error pages. The default value is
# 'error'. For example, if this value is set to "error_page", Rambulance uses
# 'app/views/layout/error_page.html.erb' as a layout for all the error pages.
config.layout_name = "error"
- # The directry name to organize error page templates. The default value is
+ # The directory name to organize error page templates. The default value is
# 'errors'. For example, if this value is set to "error_pages", Rambulance
# uses e.g. 'app/views/error_pages/not_found.html.erb'.
config.view_path = "errors"
end