Creating Devise.map to generate and recognize urls based on scope.

This commit is contained in:
Carlos A. da Silva
2009-10-09 21:11:58 -03:00
parent 984cf8ee20
commit f4de0f6c5a
27 changed files with 357 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
RAILS_ENV = ENV["RAILS_ENV"] = "test"
ENV["RAILS_ENV"] = "test"
require File.join(File.dirname(__FILE__), 'rails_app', 'config', 'environment')
require 'test_help'