7 lines
112 B
Ruby
7 lines
112 B
Ruby
|
class Desktop::JournalPapersController < DesktopAdminController
|
||
|
def index
|
||
|
{
|
||
|
"test" => "test"
|
||
|
}
|
||
|
end
|
||
|
end
|