From 8a739b31a12994ca54455877d10dd34c7ab99fac Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Thu, 27 Aug 2015 12:18:09 +0930 Subject: [PATCH] Minor style --- app/controllers/registrations_controller.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb index 7cfe01390..190bc3b19 100644 --- a/app/controllers/registrations_controller.rb +++ b/app/controllers/registrations_controller.rb @@ -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