forked from saurabh/orbit4-5
6 lines
145 B
Ruby
6 lines
145 B
Ruby
|
class Admin::PersonalPluginsController < OrbitMemberController
|
||
|
def index
|
||
|
@plugins = OrbitApp::Plugin::Registration.all rescue nil
|
||
|
end
|
||
|
end
|