Sha256: 78544e4391f877ee70fa46b8681e95f7f2ebe9827cad82b2aadab35b4dec68d6
Contents?: true
Size: 408 Bytes
Versions: 12
Compression:
Stored size: 408 Bytes
Contents
class Create<%=class_name %>MobileApplication def self.up MobileApplication.create( :description => '<%=description %>', :icon => '<%=icon %>', :internal_identifier => '<%=file_name %>', :xtype => 'compass-erpapp-mobile-<%= file_name %>-application' ) end def self.down MobileApplication.destroy_all("internal_identifier = '<%=file_name %>'") end end
Version data entries
12 entries across 12 versions & 1 rubygems