Skip to content

Commit

Permalink
Coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 30, 2024
1 parent 7838556 commit 069f80b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/smart_listing.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# frozen_string_literal: true

require 'smart_listing/config'
require 'smart_listing/engine'
# require external dependencies
require 'kaminari'

# require internal dependencies
require_relative 'smart_listing/engine'
require_relative 'smart_listing/config'
require_relative 'smart_listing/version'

# Fix parsing nested params
module Kaminari
module Helpers
Expand Down

0 comments on commit 069f80b

Please sign in to comment.