Skip to content

Commit

Permalink
Merge pull request #37 from CandleScience/add-missing-logger-includes
Browse files Browse the repository at this point in the history
Add missing Alchemy::Logger include to Element
  • Loading branch information
mamhoff authored Jan 27, 2021
2 parents 05eab26 + 216271f commit be33cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ spec/dummy/db/*.sqlite3
spec/dummy/public
Gemfile.lock
.ruby-version
.idea
1 change: 1 addition & 0 deletions app/models/alchemy/json_api/element.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Alchemy
module JsonApi
class Element < BaseRecord
include Alchemy::Logger
include Alchemy::Element::Definitions
include Alchemy::Element::ElementContents

Expand Down

0 comments on commit be33cad

Please sign in to comment.