Skip to content

Instantly share code, notes, and snippets.

@goomerko
Created October 2, 2017 08:55
Show Gist options
  • Save goomerko/e99ef988d848e9dd49e6124500801508 to your computer and use it in GitHub Desktop.
Save goomerko/e99ef988d848e9dd49e6124500801508 to your computer and use it in GitHub Desktop.
module Pricing
module Common
module Finders
extend ActiveSupport::Concern
included do
include Virtus.model
include Utils::Attributes
attribute :zone, Zone::Attribute
attribute :distance, self::DistanceAttribute
attribute :client, self::ClientAttribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment