Sha256: b31a46deaf381b87913dc4def910270a7c674e0b225bce944f7cdf0560072158

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

require 'my_annotations.rb'

# FIX for engines model reloading issue in development mode
if ENV['RAILS_ENV'] != 'production'
	load_paths.each do |path|
		ActiveSupport::Dependencies.autoload_once_paths.delete(path)
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my_annotations-0.6.0 rails/init.rb
my_annotations-0.5.1 rails/init.rb