##// END OF EJS Templates
Removed useless require 'iconv' (#12787)....
Jean-Philippe Lang -
r10946:e224d5040828
parent child
Show More
@@ -15,7 +15,6
15 # along with this program; if not, write to the Free Software
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 require 'iconv'
19 require 'net/ldap'
18 require 'net/ldap'
20 require 'net/ldap/dn'
19 require 'net/ldap/dn'
21 require 'timeout'
20 require 'timeout'
@@ -15,8 +15,6
15 # along with this program; if not, write to the Free Software
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
17
18 require 'iconv'
19
20 class Changeset < ActiveRecord::Base
18 class Changeset < ActiveRecord::Base
21 belongs_to :repository
19 belongs_to :repository
22 belongs_to :user
20 belongs_to :user
General Comments 0
You need to be logged in to leave comments. Login now