Skip to content

Commit

Permalink
Merge pull request #131 from amatsuda/rm_as_concern
Browse files Browse the repository at this point in the history
Remove reference to AS::Concern from GlobalID::Identification
  • Loading branch information
kaspth committed Nov 25, 2020
2 parents 6cdb13f + 3f80296 commit 8adb4ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/global_id/identification.rb
@@ -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 8adb4ae

Please sign in to comment.