Skip to content

Instantly share code, notes, and snippets.

@sekharp
Last active April 2, 2019 20:57
Show Gist options
  • Save sekharp/ef1ed1a3f5b69a6c1e39f4f20a70f8a7 to your computer and use it in GitHub Desktop.
Save sekharp/ef1ed1a3f5b69a6c1e39f4f20a70f8a7 to your computer and use it in GitHub Desktop.
module Entities
class Visitor < Franchises::Struct
def verified?
!verified_at.nil?
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment