Report abuse

1
2
3
4
5
6
7
8
9
10
  def new
    @page = Page.new

    @group = Group.new
    @event = Event.new
    @activity = Activity.new
    
    @location = GeographicLocation.new
    @contact = Contact.new
  end