diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:46:17 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:46:17 -0400 |
commit | 9003a9099719a771fbbb9d2e8a4bfb093f35929a (patch) | |
tree | 83c11934584978d84bf4c5ced57f9fc883e91b60 /app/models | |
parent | 66f225b6aef0946a79abee5e67f74afbf8ea9d1e (diff) | |
parent | 9afd5a4f7a86eeaab3fa8a0c25609ac7977e0489 (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/remote_username.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/remote_username.rb b/app/models/remote_username.rb index e5d0a8c..c2c3d20 100644 --- a/app/models/remote_username.rb +++ b/app/models/remote_username.rb @@ -9,4 +9,4 @@ class RemoteUsername < ActiveRecord::Base def value=(v) self.json_value = v.to_json end -end +end |