Skip to content

Commit

Permalink
a few small style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Jan 12, 2009
1 parent a5c2498 commit 0962d81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/controllers/articles.rb
Expand Up @@ -21,12 +21,10 @@ def show
end

def file
results = current_server.file(params[:file]).html(:image)
Merb.logger.debug results
render results
render current_server.file(params[:file]).html(:image)
end

private
private
def setup_ivars
@name = ""
end
Expand Down

0 comments on commit 0962d81

Please sign in to comment.