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