Skip to content

Commit

Permalink
remove Lepus::Rails constant
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Oct 31, 2024
1 parent 43a6bd2 commit 4dfb91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
ruby2-test:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
5 changes: 0 additions & 5 deletions lib/lepus/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
require "rails/railtie"
require "active_support/log_subscriber"

module Lepus
module Rails
end
end

require_relative "rails/log_subscriber"
require_relative "rails/railtie"

0 comments on commit 4dfb91a

Please sign in to comment.