update rake to shop_create
This commit is contained in:
@@ -21,7 +21,10 @@ module MultiTenancy
|
||||
end
|
||||
|
||||
def not_found
|
||||
head :not_found
|
||||
respond_to do |format|
|
||||
format.html { render :file => "#{Rails.root}/public/404", :layout => false, :status => :not_found }
|
||||
format.json { head :not_found }
|
||||
end
|
||||
end
|
||||
|
||||
def current_shop
|
||||
|
||||
Reference in New Issue
Block a user