Commit fb20dcf8 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove unneeded format block

parent b24cb998
class StatusEntity < Grape::Entity
include RequestAwareEntity
format_with(:status_favicon_path) do |favicon_name|
ci_status_favicon_path(favicon_name)
end
expose :icon, :text, :label, :group
expose :has_details?, as: :has_details
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment