Commit 3f179763d31112a49ff9cfc715824272e6f1d6ac

Authored by Rodrigo Souto
1 parent 3844f93c

Adding foo controllers for tests purposes

plugins/foo/controllers/admin/foo_plugin_admin_bar_controller.rb 0 → 100644
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +class FooPluginAdminBarController < AdminController
  2 +end
  3 +
plugins/foo/controllers/myprofile/foo_plugin_myprofile_bar_controller.rb 0 → 100644
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +class FooPluginMyprofileBarController < MyProfileController
  2 +end
  3 +
plugins/foo/controllers/profile/foo_plugin_profile_bar_controller.rb 0 → 100644
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
  1 +class FooPluginProfileBarController < ProfileController
  2 +end
  3 +
plugins/foo/controllers/public/foo_plugin_public_bar_controller.rb 0 → 100644
@@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
  1 +class FooPluginPublicBarController < PublicController
  2 +end