complete page error handler logic

This commit is contained in:
Fu Matthew 2013-01-03 15:35:14 +08:00
parent 8e33313b13
commit 1856d2395d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class PagesController < ApplicationController
end
@item = Item.where(module_app_id: module_app.id,app_frontend_url:params[:app_action]).all_of("tag" => {"$in" => [nil,'']},"category" => { "$in" => [nil,'']}).first unless @item
@item = Item.where(module_app_id: module_app.id,app_frontend_url:params[:app_action]).first unless @item
raise PageError,'Missing Frontend Page'
raise PageError,'Missing Frontend Page' if @item.nil?
end
def save_from_no_lang_for_page