Module: GotFixed
- Defined in:
- app/models/got_fixed/user.rb,
lib/got_fixed.rb,
lib/got_fixed/engine.rb,
lib/got_fixed/version.rb,
app/models/got_fixed/issue.rb,
lib/got_fixed/issue_factory.rb,
lib/got_fixed/adapters/github.rb,
app/mailers/got_fixed/user_mailer.rb,
app/helpers/got_fixed/issues_helper.rb,
lib/got_fixed/receivers/github_webhook.rb,
app/helpers/got_fixed/application_helper.rb,
app/controllers/got_fixed/issues_controller.rb,
app/controllers/got_fixed/application_controller.rb,
lib/generators/got_fixed/install/install_generator.rb
Overview
Schema Information
Table name: got_fixed_issues
id :integer not null, primary key
title :string(255)
closed :boolean
created_at :datetime
updated_at :datetime
number :integer
vendor_id :string(255)
vendor :string(255)
Defined Under Namespace
Modules: Adapters, ApplicationHelper, Generators, IssuesHelper, Receivers Classes: ApplicationController, Engine, Issue, IssueFactory, IssuesController, User, UserMailer
Constant Summary collapse
- VERSION =
"0.0.3"