Dragonfly saves files under the (environment) directory, like:
public/system/dragonfly/development/
or
public/system/dragonfly/production/
is it possible to make the common directory and save all under (dragonfly) for production and development both?
public/system/dragonfly/
I hope this will help those who has such question:
You should correct the line with root_path in the initializer file config/intializers/dragonfly.rb
and remove Rails.env for the path had no veriables.