generate local file on install rather than load

This commit is contained in:
Adam Meehan
2010-08-03 18:27:35 +10:00
parent 300bd96056
commit 048bf3ba6c
5 changed files with 5 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ Then run
rails generate validates_timeliness:install
This creates the template for the configuration initializer. You need to uncomment the extend_classes setting like so
This creates configuration initializer and locale files. In the initializer, you need to uncomment the extend_classes setting like so
ValidatesTimeliness.setup do |config|