Remove unneeded format block
This commit is contained in:
parent
b24cb99856
commit
fb20dcf8e6
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
class StatusEntity < Grape::Entity
|
class StatusEntity < Grape::Entity
|
||||||
include RequestAwareEntity
|
include RequestAwareEntity
|
||||||
|
|
||||||
format_with(:status_favicon_path) do |favicon_name|
|
|
||||||
ci_status_favicon_path(favicon_name)
|
|
||||||
end
|
|
||||||
|
|
||||||
expose :icon, :text, :label, :group
|
expose :icon, :text, :label, :group
|
||||||
|
|
||||||
expose :has_details?, as: :has_details
|
expose :has_details?, as: :has_details
|
||||||
|
|
Loading…
Reference in a new issue