Method: EPlat::ScriptTag#to_param

Defined in:
lib/e_plat/resource/script_tag.rb

#to_paramObject



15
16
17
18
19
20
21
# File 'lib/e_plat/resource/script_tag.rb', line 15

def to_param  
    if client.bigcommerce?
        uuid && uuid.to_s
    else
        super
    end
end