class Fullstack::Admin::LocaleGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/fullstack/admin/locale_generator.rb, line 6
def install
  generate "fullstack:locale #{name}"   
end