Skip to content

Commit b12ef28

Browse files
committed
Fix my networks page
Bounty coderwall#122
1 parent 6685d05 commit b12ef28

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)