Re: [Rails] use hash from model in controller

2017-04-26 Thread nynhex
Lol this was epic Sent from my iPhone > On Apr 26, 2017, at 7:52 AM, Walter Lee Davis wrote: > > >> On Apr 25, 2017, at 8:30 PM, fugee ohu wrote: >> >> >> >> On Tuesday, April 25, 2017 at 7:19:25 PM UTC-4, Walter Lee Davis wrote: >> Please stick to one thread per question, I've answered t

Re: [Rails] use hash from model in controller

2017-04-26 Thread Walter Lee Davis
> On Apr 25, 2017, at 8:30 PM, fugee ohu wrote: > > > > On Tuesday, April 25, 2017 at 7:19:25 PM UTC-4, Walter Lee Davis wrote: > Please stick to one thread per question, I've answered this separately. > > Walter > > > On Apr 25, 2017, at 5:49 PM, fugee ohu wrote: > > > > I have a hash

Re: [Rails] use hash from model in controller

2017-04-25 Thread fugee ohu
On Tuesday, April 25, 2017 at 7:19:25 PM UTC-4, Walter Lee Davis wrote: > > Please stick to one thread per question, I've answered this separately. > > Walter > > > On Apr 25, 2017, at 5:49 PM, fugee ohu > > wrote: > > > > I have a hash in my model and need to lookup keys from values in my

Re: [Rails] use hash from model in controller

2017-04-25 Thread Walter Lee Davis
Please stick to one thread per question, I've answered this separately. Walter > On Apr 25, 2017, at 5:49 PM, fugee ohu wrote: > > I have a hash in my model and need to lookup keys from values in my > controller Here's the hash: > VENUE_STATE_TYPES = > [ > ['Alabama', 'AL'], > ['Ala

[Rails] use hash from model in controller

2017-04-25 Thread fugee ohu
I have a hash in my model and need to lookup keys from values in my controller Here's the hash: VENUE_STATE_TYPES = [ ['Alabama', 'AL'], ['Alaska', 'AK'], ... ] -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscr