Skip to content

Commit

Permalink
User render_response in show action
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Dec 18, 2012
1 parent f85f905 commit cce5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/quotes_controller.rb
Expand Up @@ -16,7 +16,7 @@ def index
def show
quote = FileModel.find(params["id"])
ua = request.user_agent
render :quote, :obj => quote, :ua => ua
render_response :quote, :obj => quote, :ua => ua
end

def new_quote
Expand Down

0 comments on commit cce5e62

Please sign in to comment.