Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Ruby%20On%20Rails%20Interview%20Questions%20and%20Answers

Question: How can you define a Constant in Ruby on Rails?
Answer:

Create a new file as shown below under: config/initializers/my_constants.rb

COLORS = ['white', 'red', 'green']
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook