First, I add an admin? method to User


It works! Of course rails c will run spring in the background.
Now I'll change admin? to isAdmin?

I'll restart the server and try to access the isAdmin? method

Not working!

And admin? method still exist there.
To resolve this issue I have to reload the spring after exiting the console:

Then it's working!
Of course, I expect that I don't have to restart the spring to reload the model methods, I expect to just have to exit the console to have it reloaded.