Flowdock
method

default_fixture_table_name

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: FixtureSet
default_fixture_table_name(fixture_set_name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/fixtures.rb, line 394
    def self.default_fixture_table_name(fixture_set_name) # :nodoc:
       "#{ ActiveRecord::Base.table_name_prefix }"        "#{ fixture_set_name.tr('/', '_') }"        "#{ ActiveRecord::Base.table_name_suffix }".to_sym
    end
Register or log in to add new notes.