You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following works in 1.2.3, and raises a NameError in 1.3.0:
# app/models/redacted.rbclassRedactedmount_uploader:cw_redacted_file, ::RedactedUploaderend# app/views/admin/redacted/index.html.haml, lines 85-86
- unlessredacted.cw_redacted_file.file.nil?# line 85=link_to'Redacted',redacted.cw_redacted_file.url# line 86
NameError in Admin::Redacted#index
Showing app/views/admin/redacted/index.html.haml
where line #86 raised:
undefined method `url' for class `NilClass'
Did you mean? URI
Why would cw_redacted_file work on line 85 and then not work on line 86? Weird.
The text was updated successfully, but these errors were encountered:
The following works in 1.2.3, and raises a NameError in 1.3.0:
Why would
cw_redacted_file
work on line 85 and then not work on line 86? Weird.The text was updated successfully, but these errors were encountered: