notebook/app/controllers/siblingship_controller.rb
2016-04-30 12:21:32 -05:00

9 lines
122 B
Ruby

class SiblingshipController < ApplicationController
# TODO: is this needed?
def create
end
def destroy
end
end