GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Pretty url support for Ruby on Rails applications
Homepage: http://www.caring.com
Clone URL: git://github.com/caring/acts_as_url_param.git
acts_as_url_param / test / fixtures / acts_as_url_param_base.rb
100644 8 lines (7 sloc) 0.17 kb
1
2
3
4
5
6
7
8
# Namespace models
module ActsAsUrlParam
end
 
class ActsAsUrlParamBase < ActiveRecord::Base
  self.abstract_class = true
  self.connection = ACTS_AS_URL_PARAM_TEST_DB
end