app/helpers/flashes_helper.rb
Showing 5 of 5 total issues
Missing magic comment # frozen_string_literal: true
. Open
Open
module FlashesHelper
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
flash.to_hash.slice("alert", "error", "notice", "success")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
flash.to_hash.slice("alert", "error", "notice", "success")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
flash.to_hash.slice("alert", "error", "notice", "success")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
flash.to_hash.slice("alert", "error", "notice", "success")
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks