mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
44b2ee3485
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
5 lines
111 B
Ruby
5 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Dir[Rails.root.join('db', 'seeds', '*.rb')].sort.each do |seed|
|
|
load seed
|
|
end
|