Skip to content

Commit

Permalink
Remove unnecessary include of BoardsHelper
Browse files Browse the repository at this point in the history
I was mislead into this being needed during my testing as `BoardsHelper`
didn't seem to be available within the view but it seemed to be because
there was no `helpers` directory initially so it wasn't going to be autoloaded
until I stopped spring and restarted the rails server.

This is indeed unnecessary; Thanks Oliver.
  • Loading branch information
aaron-contreras committed Jul 27, 2023
1 parent 9b2225d commit 90f4d4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/boards/app/controllers/boards/boards_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module ::Boards
class BoardsController < BaseController
include ::BoardsHelper

before_action :find_optional_project
before_action :build_board_grid, only: %i[new]

Expand Down

0 comments on commit 90f4d4a

Please sign in to comment.