Always show tabs
[Source]
# File app/controllers/admin/admin_controller.rb, line 3 3: def toggle_tabs 4: @show_tabs = true 5: end
[Validate]