How do I get my Rails app\'s root directory path?
Simply by Rails.root or if you want append something we can use it like Rails.root.join('app', 'assets').to_s