Tag Archives: Rails

Rails: Different Code according to the Environment


The code executes different method according to the environment, in Rails. In this way, you can show message only in development environment.

Continue reading Rails: Different Code according to the Environment