community_hub_plugin_public_controller.rb 156 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class CommunityHubPluginPublicController < PublicController append_view_path File.join(File.dirname(__FILE__) + '/../../views') def delete_post end end