I would like to be able to ``` ruby Grape::Rabl.configure do |config| config.tilt_root = -> { "#{env['api.version']}/..." } end ``` See https://github.com/LTe/grape-rabl/pull/24.