1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Remove init.rb and rails/init.rb

Since we support only rails greater than 3.2 we don't need this init
files.
This commit is contained in:
Mauro George 2015-02-19 19:32:18 -02:00
parent 7e6e7c01aa
commit f6fbe023b4
2 changed files with 0 additions and 10 deletions

View file

@ -1 +0,0 @@
require File.join(File.dirname(__FILE__), "lib", "awesome_print")

View file

@ -1,9 +0,0 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
#
# Load awesome_print when installed as Rails 2.3.x plugin.
#
require File.join(File.dirname(__FILE__), "..", "init") unless defined?(AwesomePrint)