Displaying 1 result from an estimated 1 matches for "votes_controller".
Did you mean:
notes_controller
2011 Jan 15
3
respond_with javascript
...ew with
{:locale=>[:en, :en], :handlers=>[:builder, :rjs, :rhtml, :erb, :rxml, :haml], :formats=>[:html]}
in view paths "/Users/snibble/Projects/Ruby/storychan/app/views", "/
Users/snibble/Projects/Ruby/storychan/vendor/plugins/white_list/app/
views"):
app/controllers/votes_controller.rb:16:in `create''
Rendered /opt/local/lib/ruby/gems/1.8/gems/actionpack-3.0.3/lib/
action_dispatch/middleware/templates/rescues/missing_template.erb
within rescues/layout (1.0ms)
The votes controller only has the create option:
def create
@story = Story.find(params[:story_id])...