def show
    @user_story = UserStory.where(id: params[:id])
    fail AbstractController::ActionNotFound unless @user_story.present?

    @user_story = @user_story[:data]