Sha256: 6049f761b087dacbc0e7c4c0158ca33d14e68f3a32e010ac2f3cf557d7a19a8a
Contents?: true
Size: 657 Bytes
Versions: 18
Compression:
Stored size: 657 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 #<%= class_name %>Controller end #<%= application_class_name %> end #<%= container_class_name %> end #ErpApp
Version data entries
18 entries across 18 versions & 1 rubygems