Class: Hyrax::TestDataSeeders::CollectionSeeder::NullUser Private
- Inherits:
-
Object
- Object
- Hyrax::TestDataSeeders::CollectionSeeder::NullUser
- Defined in:
- app/utils/hyrax/test_data_seeders/collection_seeder.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #user_key ⇒ nil private
Instance Method Details
#user_key ⇒ nil
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
41 42 43 |
# File 'app/utils/hyrax/test_data_seeders/collection_seeder.rb', line 41 def user_key nil end |