Displaying 1 result from an estimated 1 matches for "ips2_develop".
2006 Jun 27
1
Utility App using rails models
...39;
... code ...
db_connection is just a little helper file I created so that all my
utils can be centrally configured to connect to the database, it
looks something like:
ActiveRecord::Base.establish_connection({
:adapter => "postgresql",
:database => ''ips2_development'',
})
So, see the problem with acts_as_logged?
Thanks for any info,
Jeremy Cowgar