mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-19 23:51:26 +08:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
|
class DesignElementsController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
end
|