Sha256: 2cda7239ac02eceba870ec80f867803b00f12085ac4d338ad501fd9a301a100c

Contents?: true

Size: 437 Bytes

Versions: 19

Compression:

Stored size: 437 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'

module FriendlyId
  module Test
    module ActiveRecord2

      class CustomTableNameTest < ::Test::Unit::TestCase

        include FriendlyId::Test::Generic
        include FriendlyId::Test::Slugged
        include FriendlyId::Test::ActiveRecord2::Slugged
        include FriendlyId::Test::ActiveRecord2::Core

        def klass
          Place
        end

      end

    end
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
refinerycms-0.9.6.34 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.33 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.32 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.31 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.30 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.29 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.28 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.27 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.26 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.25 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.24 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.23 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.22 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
refinerycms-0.9.6.21 vendor/plugins/friendly_id/test/active_record2/custom_table_name_test.rb
friendly_id-2.3.4 test/active_record2/custom_table_name_test.rb
friendly_id-2.3.3 test/active_record2/custom_table_name_test.rb
friendly_id-2.3.2 test/active_record2/custom_table_name_test.rb
friendly_id-2.3.1 test/active_record2/custom_table_name_test.rb
friendly_id-2.3.0 test/active_record2/custom_table_name_test.rb