Module: Wbase

Defined in:
app/models/wbase/plan.rb,
lib/wbase.rb,
lib/wbase/engine.rb,
lib/wbase/version.rb,
app/jobs/wbase/dripable.rb,
app/models/wbase/userable.rb,
app/models/wbase/mail_event.rb,
app/helpers/wbase/auth_helper.rb,
app/models/wbase/subscription.rb,
app/mailers/wbase/admin_mailer.rb,
app/models/wbase/stripe_webhook.rb,
app/models/wbase/ssl_verification.rb,
app/services/wbase/mail_event_batch.rb,
app/services/wbase/start_subscription.rb,
app/controllers/wbase/users_controller.rb,
app/services/wbase/update_subscription.rb,
app/mailers/wbase/password_reset_mailer.rb,
app/controllers/wbase/sessions_controller.rb,
app/jobs/wbase/create_drip_subscriber_job.rb,
app/jobs/wbase/activate_drip_subscriber_job.rb,
app/controllers/wbase/application_controller.rb,
app/controllers/wbase/mail_events_controller.rb,
app/controllers/wbase/static_pages_controller.rb,
app/controllers/wbase/subscriptions_controller.rb,
app/controllers/wbase/password_resets_controller.rb,
app/controllers/wbase/stripe_webhooks_controller.rb

Overview

Schema Information

Table name: wbase_ssl_verifications

id         :integer          not null, primary key
key        :string           not null
value      :string           not null
created_at :datetime         not null
updated_at :datetime         not null

Defined Under Namespace

Modules: AuthHelper, Dripable, Userable Classes: ActivateDripSubscriberJob, AdminMailer, ApplicationController, CreateDripSubscriberJob, Engine, MailEvent, MailEventBatch, MailEventsController, PasswordResetMailer, PasswordResetsController, Plan, SessionsController, SslVerification, StartSubscription, StaticPagesController, StripeWebhook, StripeWebhooksController, Subscription, SubscriptionsController, UpdateSubscription, UsersController, WebhookAdaptor

Constant Summary collapse

VERSION =
"0.3.20"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Wbase)

    the object that the method was called on



78
79
80
# File 'lib/wbase/engine.rb', line 78

def self.setup(&block)
  yield self
end