Module: ArtVandelay

Defined in:
lib/art_vandelay.rb,
lib/art_vandelay/engine.rb,
lib/art_vandelay/version.rb,
app/jobs/art_vandelay/application_job.rb,
app/models/art_vandelay/application_record.rb,
app/helpers/art_vandelay/application_helper.rb,
app/mailers/art_vandelay/application_mailer.rb,
app/controllers/art_vandelay/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Engine, Error, Export, Import

Constant Summary collapse

VERSION =
"0.2.0"
@@filtered_attributes =
[:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn]
@@in_batches_of =
10000

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (ArtVandelay)

    the object that the method was called on



10
11
12
# File 'lib/art_vandelay.rb', line 10

def self.setup
  yield self
end