Fix new tab bug
Closed this issue · 1 comments
kburk1997 commented
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
kburk1997 commented
This bug has been fixed, as have been various other bugs!