Logo
Explore Help
Register Sign In
Nemcio/Redmine
1
0
Fork 0
You've already forked Redmine
mirror of https://github.com/redmine/redmine.git synced 2025-10-30 09:56:20 +01:00
Code Issues Packages Projects Releases Activity
Files
5ebcddc023b753fb631d604365a6bae15af482bc
Redmine/lib/plugins/acts_as_tree/init.rb

5 lines
154 B
Ruby
Raw Normal View History

Enable frozen_string_literal for files which don't contain string literals (#26561). git-svn-id: http://svn.redmine.org/redmine/trunk@17981 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-17 01:47:12 +00:00
# frozen_string_literal: true
Add "frozen_string_literal: false" for all files (#26561). This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 01:32:57 +00:00
Add require to acts_as_tree (#29914, #32938). Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21265 e93f8b46-1217-0410-a6f0-8f06a7374b81
2021-10-27 20:53:13 +00:00
require File.dirname(__FILE__) + '/lib/active_record/acts/tree'
Merged Rails 2.0 compatibility changes. Compatibility with Rails 1.2 is preserved. git-svn-id: http://redmine.rubyforge.org/svn/trunk@975 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-12-10 17:58:07 +00:00
ActiveRecord::Base.send :include, ActiveRecord::Acts::Tree
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 209ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API