Module: HasVcards::Concerns::HasVcards

Extended by:
ActiveSupport::Concern
Defined in:
app/models/has_vcards/concerns/has_vcards.rb

Overview

ActiveRecord extensions

Including this module in your ActiveRecord classes sets up associations and helpers to integrate Vcards with that model.

Use something like this to use it:

class Something < ActiveRecord::Base

include HasVcards::Concerns::HasVcards

end