You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,15 @@ require "sequel"
59
59
DB=Sequel.postgres(extensions::activerecord_connection) # for PostgreSQL
60
60
```
61
61
62
-
Now any Sequel operations that you make will internaly be done using the
62
+
Now any Sequel operations that you make will internally be done using the
63
63
ActiveRecord connection, so you should see the queries in your ActiveRecord
64
64
logs.
65
65
66
66
```rb
67
67
DB.create_table :postsdo
68
68
primary_key :id
69
69
String:title, null:false
70
-
Stirng:body, null:false
70
+
String:body, null:false
71
71
end
72
72
73
73
DB[:posts].insert(
@@ -258,7 +258,7 @@ $ rake db_teardown_mysql
258
258
259
259
## Support
260
260
261
-
Please feel free to raise a new disucssion in [Github issues](https://github.com/janko/sequel-activerecord_connection/discussions), or search amongst the existing questions there.
261
+
Please feel free to raise a new discussion in [Github issues](https://github.com/janko/sequel-activerecord_connection/discussions), or search amongst the existing questions there.
0 commit comments