Sha256: 5dc65b4d54b70fc4b2d9ac0c3cb971a0dd80b72e9c0b770f762e9ed9650ff7fe
Contents?: true
Size: 580 Bytes
Versions: 2
Compression:
Stored size: 580 Bytes
Contents
Lanes::Screen.define "<%= screen_id %>" do | screen | screen.title = "<%= options[:title] %>" screen.description = "<%= options[:description] %>" screen.icon = "<%= options[:icon] %>" screen.group_id = "<%= options[:group] %>" screen.model_class = "<%= options[:model_class] %>" screen.view_class = "<%= namespace %>.Screens.<%= class_name %>" <% unless options[:fileless] -%> screen.js = "<%= identifier %>/screens/<%= screen_id %>.js" screen.css = "<%= identifier %>/screens/<%= screen_id %>.css" <% end -%> end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lanes-0.1.9 | templates/config/screen.rb |
lanes-0.1.8 | templates/config/screen.rb |