class Admin::PluginsController < ApplicationController layout "new_admin" def index @plugins = ModuleApp.where(has_plugin: true).order_by(:title, :asc) end end