Sha256: ce17c5a43aad317063742a94f65a6e80ff85c4af02225f018e0e73bbb2377f46
Contents?: true
Size: 347 Bytes
Versions: 9
Compression:
Stored size: 347 Bytes
Contents
# Test app configuration. # Rails.application.config.to_prepare do 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 }) end
Version data entries
9 entries across 9 versions & 1 rubygems