Sha256: b63a49e266c9f813b689d21d85af7b1a7408686807d5f64470764e8738029305
Contents?: true
Size: 284 Bytes
Versions: 12
Compression:
Stored size: 284 Bytes
Contents
# Test app configuration. # Scimitar.engine_configuration = Scimitar::EngineConfiguration.new({ application_controller_mixin: Module.new do def self.included(base) base.class_eval do def test_hook; end before_action :test_hook end end end })
Version data entries
12 entries across 12 versions & 1 rubygems