cjilbert504

Joined

10,220 Experience
94 Lessons Completed
0 Questions Solved

Activity

Now wait a second why didn't you have to use the gem build and gem install commands before including the gem in the gemfile??

Posted in Symbols vs Strings Discussion

So the confusion that I have around all this is where is the link between before_action :set_project and def set_project? Like how does it know that the symbol :set_project is referring to the method set_project defined elsewhere?