diff --git a/app/controllers/#entries_controller.rb#~ b/app/controllers/#entries_controller.rb#~ deleted file mode 100644 index 8d82c4d..0000000 --- a/app/controllers/#entries_controller.rb#~ +++ /dev/null @@ -1,8 +0,0 @@ -class EntriesController < ApplicationController - - def create - - end - - -end \ No newline at end of file diff --git a/app/controllers/bookmarks_controller.rb~ b/app/controllers/bookmarks_controller.rb~ deleted file mode 100644 index c3bf5e9..0000000 --- a/app/controllers/bookmarks_controller.rb~ +++ /dev/null @@ -1,3 +0,0 @@ - -class BookmarksController < ApplicationController -end diff --git a/app/controllers/entries_controller.rb~ b/app/controllers/entries_controller.rb~ deleted file mode 100644 index e718f81..0000000 --- a/app/controllers/entries_controller.rb~ +++ /dev/null @@ -1,20 +0,0 @@ -class EntriesController < ApplicationController - - def new - @entry = Entry.new - end - - def create - @entry = Entry.new(params[:id]) - @entry.save - end - - def show - @entry = Entry.find(params[:id]) - end - - def index - @e = Entry.all - @entries = @e.reverse - end -end diff --git a/app/views/bookmarks/show.html.erb~ b/app/views/bookmarks/show.html.erb~ deleted file mode 100644 index 57cfaf4..0000000 --- a/app/views/bookmarks/show.html.erb~ +++ /dev/null @@ -1 +0,0 @@ -<%= bookmark.entry %> diff --git a/app/views/entries/show.html.erb~ b/app/views/entries/show.html.erb~ deleted file mode 100644 index dc76e15..0000000 --- a/app/views/entries/show.html.erb~ +++ /dev/null @@ -1 +0,0 @@ -