Skip to content

Commit

Permalink
GlobalID::Identification uses no AS::Concern feature
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Nov 25, 2020
1 parent 6cdb13f commit 3f80296
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/global_id/identification.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
require 'active_support/concern'

class GlobalID
module Identification
extend ActiveSupport::Concern

def to_global_id(options = {})
GlobalID.create(self, options)
end
Expand Down

0 comments on commit 3f80296

Please sign in to comment.