Browse Source

FIX Grammatical errors

tags/v3.0.0
Jasder 5 years ago
parent
commit
6cbaf410b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/concerns/ci/db_connectable.rb

+ 1
- 1
app/controllers/concerns/ci/db_connectable.rb View File

@@ -1,7 +1,7 @@
module Ci::DbConnectable
extend ActiveSupport::Concern

include do
included do
end

# Dynamically sets the database connection.


Loading…
Cancel
Save