class ScapContentsController

def find_by_id

def find_by_id
  @scap_content = resource_base.find(params[:id])
end