module Apotomo::Generators::BasePathMethods

Private Instance Methods

base_path() click to toggle source
# File lib/generators/apotomo/widget_generator.rb, line 7
def base_path
  File.join('app/widgets', class_path, file_name)
end