Sha256: ac65825eaf0d130b80e1d86143f1f1abf9cacfad8d76c83b9781f0873231befc
Contents?: true
Size: 526 Bytes
Versions: 5
Compression:
Stored size: 526 Bytes
Contents
Rtml.configure do |config| # RTML will search these paths for Widgets. config.widget_paths << 'lib/rtml/widgets' # RTML will search these paths for RTML Actions. config.rtml_helper_paths << ['app/rtml_actions', 'app/rtml_helpers', 'app/helpers/rtml_helpers'] # If true, RTML will dump all generated TML content to the Rails log before sending it downstream. config.log_tml = false # If true, RTML will log the loading of all discovered Widgets and their locations. config.widget_logging_enabled = false end
Version data entries
5 entries across 5 versions & 1 rubygems