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