diff --git a/app/assets/javascripts/conversation.coffee b/app/assets/javascripts/conversation.coffee deleted file mode 100644 index 24f83d18b..000000000 --- a/app/assets/javascripts/conversation.coffee +++ /dev/null @@ -1,3 +0,0 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/stylesheets/conversation.scss b/app/assets/stylesheets/conversation.scss deleted file mode 100644 index 666d90314..000000000 --- a/app/assets/stylesheets/conversation.scss +++ /dev/null @@ -1,3 +0,0 @@ -// Place all the styles related to the Conversation controller here. -// They will automatically be included in application.css. -// You can use Sass (SCSS) here: https://sass-lang.com/ diff --git a/app/helpers/basil_helper.rb b/app/helpers/basil_helper.rb deleted file mode 100644 index 8d483a2f7..000000000 --- a/app/helpers/basil_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module BasilHelper -end diff --git a/app/helpers/conversation_helper.rb b/app/helpers/conversation_helper.rb deleted file mode 100644 index f98c679e0..000000000 --- a/app/helpers/conversation_helper.rb +++ /dev/null @@ -1,2 +0,0 @@ -module ConversationHelper -end