File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
# Ignore all logfiles and tempfiles.
17
17
/log /* .log
18
18
/tmp
19
+ /public /system
Original file line number Diff line number Diff line change 36
36
# config.action_view.raise_on_missing_translations = true
37
37
config . action_mailer . default_url_options = { host : 'localhost:3000' }
38
38
config . paperclip_defaults = {
39
- storage : :s3 ,
40
- s3_credentials : "#{ Rails . root } /config/s3.yml" ,
41
- bucket : 'songsync'
39
+ storage : :filesystem
42
40
}
43
41
end
Original file line number Diff line number Diff line change 52
52
t . datetime "last_sign_in_at"
53
53
t . string "current_sign_in_ip"
54
54
t . string "last_sign_in_ip"
55
- t . string "api_key"
56
55
t . string "provider"
57
56
t . string "uid"
57
+ t . string "api_key"
58
58
t . integer "current_song_id"
59
59
t . integer "current_playlist_id"
60
60
t . float "current_timestamp"
You can’t perform that action at this time.
0 commit comments