Vladimir Tsymbal

Results 2 issues of Vladimir Tsymbal

This is my config of pagination: ``` config.page_param do |params| params[:page][:number] end config.per_page_param do |params| params[:page][:size] end ``` I have 40 records. I want to get record beginning with id...

Is it possible to set status of plain ruby object when the object is initialized?