Remove unneeded feature application controllers and rake task files

This commit is contained in:
Rohan Mitchell
2013-07-22 16:15:35 +10:00
parent d0421cbc4d
commit d9988dac09
6 changed files with 0 additions and 24 deletions

View File

@@ -1,4 +0,0 @@
module EaterprisesFeature
class ApplicationController < Chili::ApplicationController
end
end

View File

@@ -1,4 +0,0 @@
# desc "Explaining what the task does"
# task :eaterprises_feature do
# # Task goes here
# end

View File

@@ -1,4 +0,0 @@
module EnterprisesDistributorInfoRichTextFeature
class ApplicationController < Chili::ApplicationController
end
end

View File

@@ -1,4 +0,0 @@
# desc "Explaining what the task does"
# task :enterprises_distributor_info_rich_text_feature do
# # Task goes here
# end

View File

@@ -1,4 +0,0 @@
module LocalOrganicsFeature
class ApplicationController < Chili::ApplicationController
end
end

View File

@@ -1,4 +0,0 @@
# desc "Explaining what the task does"
# task :local_organics_feature do
# # Task goes here
# end