logo.rb 136 B

1234
  1. # sync logo to fs / only if settings already exists
  2. if ActiveRecord::Base.connection.tables.include?('settings')
  3. StaticAssets.sync
  4. end