mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-13 18:55:45 -04:00
Merge branch 'dev' into post-comments
This commit is contained in:
@@ -197,7 +197,7 @@ GEM
|
||||
flickraw (0.9.10)
|
||||
font-awesome-sass (5.11.2)
|
||||
sassc (>= 1.11)
|
||||
friendly_id (5.2.5)
|
||||
friendly_id (5.3.0)
|
||||
activerecord (>= 4.0.0)
|
||||
geocoder (1.4.9)
|
||||
gibbon (1.2.1)
|
||||
|
||||
@@ -15,7 +15,7 @@ class ApplicationController < ActionController::Base
|
||||
"/members/password/edit",
|
||||
"/members/confirmation",
|
||||
"/members/sign_out"]) || request.xhr?
|
||||
store_location_for(:member, request.fullpath)
|
||||
store_location_for(:member, request.fullpath) if request.format == :html
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user