mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
copy-edits an exception message
Inserted spaces in the name of Rails components. Since I was on it, also used PostgreSQL instead of Postgres because albeit Postgres is an accepted alias, PostgreSQL is the official name and the actual name of the adapter. See https://wiki.postgresql.org/wiki/ProjectName with regard to PostgreSQL vs Postgres.
This commit is contained in:
parent
b377fc067d
commit
cf082927ef
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module ActionCable
|
|||
pg_conn = ar_conn.raw_connection
|
||||
|
||||
unless pg_conn.is_a?(PG::Connection)
|
||||
raise "ActiveRecord database must be Postgres in order to use the Postgres ActionCable storage adapter"
|
||||
raise "The Active Record database must be PostgreSQL in order to use the PostgreSQL Action Cable storage adapter"
|
||||
end
|
||||
|
||||
yield pg_conn
|
||||
|
|
Loading…
Reference in a new issue