]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Sat, 27 Oct 2018 16:54:26 +0000 (18:54 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 27 Oct 2018 16:54:26 +0000 (18:54 +0200)
1  2 
app/controllers/auth/registrations_controller.rb
db/schema.rb

index fcfd1830a1f275ce8ce85a861205f296d6fcedeb,088832be3c528fa8723c6802db80eec0f943a3eb..0696dea8618c8383ebb2c58bd8e121d4987d38d3
@@@ -6,10 -6,9 +6,10 @@@ class Auth::RegistrationsController < D
    before_action :set_invite, only: [:new, :create]
    before_action :check_enabled_registrations, only: [:new, :create]
    before_action :configure_sign_up_params, only: [:create]
 +  before_action :set_pack
    before_action :set_sessions, only: [:edit, :update]
    before_action :set_instance_presenter, only: [:new, :create, :update]
-   before_action :set_body_classes, only: [:new, :create]
+   before_action :set_body_classes, only: [:new, :create, :edit, :update]
  
    def destroy
      not_found
diff --cc db/schema.rb
Simple merge
This page took 0.1787 seconds and 3 git commands to generate.