class Admin::PersonalPluginsController < OrbitMemberController def index @plugins = OrbitApp::Plugin::Registration.all rescue nil end end