Skip to content

Commit

Permalink
Update ARFF file, make index route, update sentiments controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstout committed Apr 21, 2012
1 parent 8169635 commit e2a3e19
Show file tree
Hide file tree
Showing 4 changed files with 10,003 additions and 10,245 deletions.
2 changes: 1 addition & 1 deletion app/controllers/sentiments_controller.rb
Expand Up @@ -41,6 +41,6 @@ def create

result = @classifier.distribution_for_instance(instance).first

render :text => result
render :text => result
end
end
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -50,7 +50,7 @@

# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
# root :to => 'welcome#index'
root :to => 'sentiments#index'

# See how all your routes lay out with "rake routes"

Expand Down

0 comments on commit e2a3e19

Please sign in to comment.