10 lines
119 B
Ruby
10 lines
119 B
Ruby
class AdminController < ApplicationController
|
|
def status
|
|
end
|
|
|
|
def screenshots
|
|
end
|
|
|
|
def integration
|
|
end
|
|
end
|