Merge branch 'master' into openstreetbugs
This commit is contained in:
commit
acbc99ac16
188 changed files with 5953 additions and 10826 deletions
|
@ -85,7 +85,7 @@ class User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def languages
|
||||
attribute_present?(:languages) ? read_attribute(:languages).split(",") : []
|
||||
attribute_present?(:languages) ? read_attribute(:languages).split(/ *, */) : []
|
||||
end
|
||||
|
||||
def languages=(languages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue