Can you explain a "transient attribute" in Ruby on Rails?
I'm reading the factory_girl Getting Started guide and its making reference to transient attributes. [https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#defining-factories][1]
I understand "attribute" as an instance variables. But "transient attribute" vs. "attribute"; not so sure.
I'm new to Ruby on Rails and this would be helpful.