forked from bofh/fetsite
error new fetprofile
This commit is contained in:
@@ -40,6 +40,8 @@ class FetprofilesController < ApplicationController
|
||||
# GET /fetprofiles/new.json
|
||||
def new
|
||||
@fetprofile = Fetprofile.new
|
||||
@memberships=[];
|
||||
@memberships<<Membership.new
|
||||
|
||||
respond_to do |format|
|
||||
format.html # new.html.erb
|
||||
|
||||
Reference in New Issue
Block a user