Sha256: f0e3e2bdb2b20a3318a80f22b892ddca3d9068116a876bc210dda2215b7ea8e1
Contents?: true
Size: 237 Bytes
Versions: 7
Compression:
Stored size: 237 Bytes
Contents
module MojHelper def config_item(key) Rails.configuration.send(key) end def logo_image image_tag('moj_logo_horizontal_36x246.png', class: 'content', width: 36, height: 246, alt: 'Ministry of Justice') end end
Version data entries
7 entries across 7 versions & 1 rubygems