##// END OF EJS Templates
Removed unused exception definition (r1678)....
Jean-Philippe Lang -
r1671:590a829a06d4
parent child
Show More
@@ -19,8 +19,6 require "digest/sha1"
19 19
20 20 class User < ActiveRecord::Base
21 21
22 class OnTheFlyCreationFailure < Exception; end
23
24 22 # Account statuses
25 23 STATUS_ANONYMOUS = 0
26 24 STATUS_ACTIVE = 1
General Comments 0
You need to be logged in to leave comments. Login now