class Apotomo::Generators::WidgetGenerator

Public Instance Methods

create_cell_file() click to toggle source
# File lib/generators/apotomo/widget_generator.rb, line 23
def create_cell_file
  template 'widget.rb', "#{base_path}_widget.rb"
end