From 81851df633dd9a5a59a846c113369f7566ba60bf Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 26 Oct 2012 06:17:55 -0400 Subject: [PATCH] just trying --- app/views/main/userobjects.html.erb | 11 ----------- app/views/main/usersynapses.html.erb | 18 ------------------ test/fixtures/maps.yml | 11 ----------- 3 files changed, 40 deletions(-) delete mode 100644 app/views/main/userobjects.html.erb delete mode 100644 app/views/main/usersynapses.html.erb delete mode 100644 test/fixtures/maps.yml diff --git a/app/views/main/userobjects.html.erb b/app/views/main/userobjects.html.erb deleted file mode 100644 index db2effa2..00000000 --- a/app/views/main/userobjects.html.erb +++ /dev/null @@ -1,11 +0,0 @@ -
- <% @all.each do |object| %> - <%= render object %> - <% end %> - <% if @all.empty? %> -


You haven't added any topics yet.

- <% end %> -

-
- -<%= render :partial => 'items/new' %> diff --git a/app/views/main/usersynapses.html.erb b/app/views/main/usersynapses.html.erb deleted file mode 100644 index 9db07769..00000000 --- a/app/views/main/usersynapses.html.erb +++ /dev/null @@ -1,18 +0,0 @@ -
-
-
-
-
-
-
-
- - - -<%= render :partial => 'items/new' %> -<%= render :partial => 'synapses/new' %> diff --git a/test/fixtures/maps.yml b/test/fixtures/maps.yml deleted file mode 100644 index c63aac0b..00000000 --- a/test/fixtures/maps.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value