mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
16 lines
159 B
Ruby
16 lines
159 B
Ruby
class CustomUrlsController < ApplicationController
|
|
def administrate
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
def show
|
|
end
|
|
|
|
def update
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|