I use Sequel version 5.44
```ruby
# foo_model.rb
class FooModel < Sequel::Model
  plugin :json_serializer
  plugin :timestamps, update_on_create: true


*end# console*> Sequel.extension :pagination
[
    [0] :pagination
]

> FooModel.paginate(1,2)
NoMethodError: undefined method `paginate' for FooModel:Class
```
I was struggling with this for hours studying the documentation but was not 
successful, what could I have done wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/bcb3ae77-8b20-4817-aa03-1162b6e6ed13n%40googlegroups.com.

Reply via email to