Class: TabsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/tabs/tabs_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_tab_fileObject



4
5
6
7
8
9
10
11
12
# File 'lib/generators/tabs/tabs_generator.rb', line 4

def create_tab_file
  template "tabulous.rb", "app/tabs/tabulous.rb" 
  puts
  puts ("Tabulous made some guesses about how you want your tabs configured but " +
        "probably got some things wrong.  So you need to edit " +
        "app/tabs/tabulous.rb to your liking.").magenta
  puts
  puts "Don't forget to put <%= tabs %> and <%= subtabs %> in your layout(s).".magenta
end