kburk1997/BettereBinder

Fix new tab bug

Closed this issue · 1 comments

When viewing the binder, you can't create a new tab

Error message:

ActionController::UnknownFormat in TabsController#new
ActionController::UnknownFormat

Extracted source (around line #17):
15
16
17
18
19
20

  def new
    @tab = Tab.new
    respond_with(@tab)
  end

  def edit

This bug has been fixed, as have been various other bugs!