changes budget name max length
This commit is contained in:
@@ -35,6 +35,10 @@ class Budget < ActiveRecord::Base
|
||||
2000
|
||||
end
|
||||
|
||||
def self.title_max_length
|
||||
80
|
||||
end
|
||||
|
||||
def accepting?
|
||||
phase == "accepting"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user