Skip to content

Commit

Permalink
Adding DB Drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Ottenad authored and Steve Ottenad committed Jan 22, 2015
1 parent 9344289 commit a8374a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions app/controllers/api_controller.rb
Expand Up @@ -7,9 +7,7 @@ def random
count = 100
end

#@resut = Clue.all(offset: randNum, :limit => count)
@result = Clue.where({:id => 48793})

@result = Clue.all(offset: randNum, :limit => count)

respond_to do |format|
format.json { render :json => @result.to_json(:include => :category) }
Expand Down
Binary file added jarchive-jan-20-2015.bak
Binary file not shown.

0 comments on commit a8374a7

Please sign in to comment.