Is it possible to change impressionable_type to a different name before saving? ex: Unit Model is displayed into ListingsController. Impressionable saves it as Listing but I would like it to save as Unit. Could I do something as simple as the following?
Sorry, just PROPERLY read through the readme. Logging it by the model name in the controller view should allow me to get the setting I want... I think.
Is it possible to change impressionable_type to a different name before saving? ex: Unit Model is displayed into ListingsController. Impressionable saves it as Listing but I would like it to save as Unit. Could I do something as simple as the following?
impressionist actions: [:show_unit], unique: [:session_hash], as: :unit