Skip to content

Commit bf3dd65

Browse files
committed
Merge pull request coderwall#11 from wesleylancel/my-networks-fix
Fix my networks page
2 parents 8bfb851 + b12ef28 commit bf3dd65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/networks_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def user
107107
user = User.with_username(params[:username]) if is_admin?
108108
@networks = user.networks
109109
@user = user
110+
@index_networks_params = params.permit(:sort, :action)
110111
render :index
111112
end
112113
end

0 commit comments

Comments
 (0)