update rake to shop_create
This commit is contained in:
@@ -31,7 +31,10 @@ class ActionController::Base
|
||||
end
|
||||
|
||||
def render_not_found
|
||||
render :file => "#{Rails.root}/public/404", :layout => false, :status => :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_license(url)
|
||||
|
||||
Reference in New Issue
Block a user