Sha256: 7dde224f5cb4fe66d1f6ff79d5a0b59ae9b45fa3b5f3cb4e411e5c1b3182af34
Contents?: true
Size: 428 Bytes
Versions: 16
Compression:
Stored size: 428 Bytes
Contents
module ConcertoFrontend class Engine < ::Rails::Engine isolate_namespace ConcertoFrontend engine_name "concerto_frontend" # Define plugin information for the Concerto application to read def plugin_info(plugin_info_class) @plugin_info ||= plugin_info_class.new do add_view_hook "frontend/ScreensController", :concerto_frontend, partial: "concerto_frontend/frontend" end end end end
Version data entries
16 entries across 16 versions & 1 rubygems