Joinable Devise User Groups with Feeds | Ruby on Rails 7 Tutorial

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 4

  • @jeffersonrodriguez6661
    @jeffersonrodriguez6661 6 месяцев назад

    this is really helpful, ty so much! (using this for a uni project haha)

  • @azizdevfull
    @azizdevfull Год назад

    Amazing : )

  • @AlainPilon
    @AlainPilon Год назад +1

    I think you should rename the video title, feed refers to a constant stream of content. In this case it is a video about HABTM. I talked feeds in the pas so I was curious to see how you would handle these.

  • @justaguy292
    @justaguy292 Год назад

    @deanin I have an error that keeps popping up. No matter how many times I start over and do what you do I get a "Couldn't find Team without an ID" error. specifically when joining or leaving a group the error originates from the groupscontroller at the
    def set_group
    @group = Group.find(params[:id])