User Profile
Collapse
-
if i remove the the = i don't see the form at all -
add an Account to a user
I am trying to add a Account to a user
but i am having a problem listing the accounts in the new user view
Users Controller
...Code:class UsersController < ApplicationController before_filter :authenticate_user! def index @user = User.all end def show @user = User.find(params[:id]) end def new
No activity results to display
Show More
Leave a comment: