Sha256: 5f540a082ec52b290ed715ad58ea8151917ccd5429291403bdbaa7cedd3960a6

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

# encoding: utf-8
templater.post_bundler do
	
	# if Agilib::Composer.options[:all] || yes?("\nO projeto deverá ter Autenticação por Token? [yes,no]\n", :green)
		say("\nConfigurando o módulo Token Authenticatable... \n\n", :green)
  	generate 'agilib:token'
  	rake 'db:migrate'
	# end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
agilib-0.1.9 lib/agilib/composer/templates/recipes/token.rb
agilib-0.1.8 lib/agilib/composer/templates/recipes/token.rb