Module: AwsTickwork

Defined in:
app/models/aws_tickwork/db_data_store.rb,
lib/aws_tickwork.rb,
lib/aws_tickwork/engine.rb,
lib/aws_tickwork/version.rb,
app/helpers/aws_tickwork/application_helper.rb,
app/controllers/aws_tickwork/application_controller.rb,
app/controllers/aws_tickwork/sns_endpoint_controller.rb

Overview

Schema Information

Table name: aws_tickwork_db_data_stores

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

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, DbDataStore, Engine, SnsEndpointController

Constant Summary collapse

REALM =
"AwsTickwork"
VERSION =
"1.0.2"