medha243
medha243
Hi, I'm receiving the following error: `undefined method 'start_with?' for /bootstrap-editable\/.*\.(?:png|gif)$/:Regexp` ``` def valid_asset_uri?(str) # Quick prefix check before attempting a full parse str.start_with?("file://".freeze) && parse_asset_uri(str) ? true : false...
Hi, I'm receiving the following error: `undefined method 'start_with?' for /bootstrap-editable\/.*\.(?:png|gif)$/:Regexp` ``` def valid_asset_uri?(str) # Quick prefix check before attempting a full parse str.start_with?("file://".freeze) && parse_asset_uri(str) ? true : false...