Minor style

This commit is contained in:
Daniel O'Connor
2015-08-27 12:18:09 +09:30
parent afec210219
commit 8a739b31a1

View File

@@ -1,9 +1,9 @@
class RegistrationsController < Devise::RegistrationsController
def edit
@twitter_auth = current_member.auth('twitter')
@flickr_auth = current_member.auth('flickr')
@facebook_auth = current_member.auth('facebook')
@twitter_auth = current_member.auth('twitter')
@flickr_auth = current_member.auth('flickr')
@facebook_auth = current_member.auth('facebook')
render "edit"
end