aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 462eb4dc0..ade28bba0 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -61,6 +61,7 @@ end
ActiveRecord::Errors.default_error_messages[:blank] = "must be filled in"
# Include your application configuration below
-
+$:.push("../rblib")
+load "validate.rb"