mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
122 B
Ruby
9 lines
122 B
Ruby
class SiblingshipController < ApplicationController
|
|
# TODO: is this needed?
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|