annotate .svn/pristine/8d/8dfc36903ba9eb2357ea5f32787d3f3e79fe880c.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
rev   line source
Chris@1295 1 module OpenIdAuthentication
Chris@1295 2 class Nonce < ActiveRecord::Base
Chris@1295 3 self.table_name = :open_id_authentication_nonces
Chris@1295 4 end
Chris@1295 5 end