How to use the Delegate Pattern in Ruby on Rails

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

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

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

    As a beginner rails developer when I struggle with something and you have made a tutorial about it it is a relief. It's almost impossible to not understand if you did a video about it.

  • @jvminhell
    @jvminhell 3 года назад +1

    I am learning Ruby on rails and today I've found your amazing channel , thanks for your effort :)

  • @clockworkpc
    @clockworkpc 3 года назад +6

    If you `reload!` you still need to re-declare the variable `p` or `profile`. That's why the delegated method `username` didn't initially work after you run `reload!`.

  • @davidmedina3314
    @davidmedina3314 3 года назад +1

    Thanks! Nice to learn new features from the framework.

  • @kirk7784
    @kirk7784 2 года назад

    love it thanks for making this video!

  • @Imran-sarfaraz
    @Imran-sarfaraz 3 года назад +1

    Great 👍