Sha256: cbf217b3ef87cb2fef103fcb8244e080eaeef8fddb98d3bff9c35b2631dfbe6c
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
module EventCalendar class Engine < Rails::Engine ASSET_PREFIX = "event_calendar" initializer "event_calendar.asset_path" do |app| app.config.middleware.use ::ActionDispatch::Static, "#{root}/public" end end end
Version data entries
7 entries across 7 versions & 1 rubygems