Sha256: 863f39da7039e4e27105254c676254b64c4ca7fa29e103cb8ae90252186fb79e
Contents?: true
Size: 568 Bytes
Versions: 16
Compression:
Stored size: 568 Bytes
Contents
module ErpApp module <%= container_class_name %> module <%= application_class_name %> class <%= class_name %>Controller < BaseController active_ext <%= class_name %> do |options| options[:inline_edit] = true options[:ignore_associations] = true options[:show_id] = true options[:show_timestamps] = true #additional options #options[:use_ext_forms] = false #options[:only] = [ {:internal_identifier => {:required => true, :readonly => false}}] options end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems