David
David
I was wondering if this is normal behavior: ```ruby class MyController < ApplicationController before_action :authenticate_user! before_action :find_user def show render json: {user: @user} end private def find_user @user = User.find(100)...
I am trying to add the following tag list ``` @extracted_tags = ["cool", "podcast", "languages", "baby", "kissme"] ``` To a resource called "Podcast". This is how my code looks like....
### Operating System MacOS Sonoma ### Ruby version 3.1.4 ### Project has a bundle - [X] Has bundle ### Ruby version manager being used asdf ### Description The extension is...