mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
update environment.rb.tmpl with last update of has_many_polymorphs for tagging
This commit is contained in:
parent
0e68ded56a
commit
3f3ee31bb0
1 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ Rails::Initializer.run do |config|
|
|||
config.load_paths += %W( #{RAILS_ROOT}/app/apis )
|
||||
|
||||
config.gem "highline"
|
||||
config.gem "has_many_polymorphs"
|
||||
|
||||
config.action_controller.use_accept_header = true
|
||||
|
||||
|
|
@ -83,7 +82,7 @@ end
|
|||
require 'name_part_finder'
|
||||
require 'tracks/todo_list'
|
||||
require 'tracks/config'
|
||||
require 'activerecord_base_tag_extensions' # Needed for tagging-specific extensions
|
||||
require 'tagging_extentions' # Needed for tagging-specific extensions
|
||||
require 'digest/sha1' #Needed to support 'rake db:fixtures:load' on some ruby installs: http://dev.rousette.org.uk/ticket/557
|
||||
require 'prototype_helper_extensions'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue