nyros_form2 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54d3b5862b0ed39ca9ca14e86981e8c9661f0ef7a8d072f2d657a3c23740a548
4
- data.tar.gz: f2a869bd758d232614cbc43004b8dfd3787a9dae66b0a5cdf807d7fe4a80ecb2
3
+ metadata.gz: 1e539c8508cefb25a3527d041a9fd54e3244ac86020af4ec256572215da8a2a1
4
+ data.tar.gz: e3cdc35e0b23b5e47f003cf3085d8d7de3ffe2b86d2f1f8bbb0478a145f9108a
5
5
  SHA512:
6
- metadata.gz: b35f611bea308abec27bea109508018a0fed81bdf7f046f09c1bc38e5ae781b95f57931d3ee5ed766886df2c34357ffb0e720066f3065fe3dde775851b5834a4
7
- data.tar.gz: a5b30349030270603a674e29b52753d4e9c3b06a6b01b00ad32b9475bf3deb7f15639f46cfa2a1b948e3db5a925de165365e15d9df2094386d7532c30f1205b9
6
+ metadata.gz: bd32c5d7c8ea1b650bf71aa0e24b3e922c2706103230671c55dea771b5be7c4aedf94831cce1d6a4ff156009a7369dd8d0f4dafd54808f68f00751ddf4f2d918
7
+ data.tar.gz: 89cd31e5fd27cf3d0e226f570e009e028f93ed231881c2fb2105b93627f5e02a69bce573d26203a4f8bcf117b988c35d7df5ab4c909976106add734732ba5783
@@ -3,7 +3,7 @@ require_dependency "nyros_form2/application_controller"
3
3
  module NyrosForm2
4
4
  class UsersController < ApplicationController
5
5
  def index
6
- @users = User.paginate(:per_page => 5, :page => params[:page]).order('created_at DESC')
6
+ @users = User.all.paginate(:per_page => 5, :page => params[:page]).order('created_at DESC')
7
7
  end
8
8
 
9
9
  def new
@@ -1,3 +1,3 @@
1
1
  module NyrosForm2
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyros_form2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - raju rekadi