lib/generators/adauth/all/all_generator.rb in adauth-1.0.0 vs lib/generators/adauth/all/all_generator.rb in adauth-1.0.1
- old
+ new
@@ -1,7 +1,14 @@
module Adauth
module Generators
+
+ # Runs all of Adauths Generators
class AllGenerator < Rails::Generators::Base
+
+ # Calls all of Adauth Generators
+ #
+ # Called by running
+ # rails g adauth:all
def all_generators
generate "adauth:config"
generate "adauth:user_model"
generate "adauth:sessions"
end
\ No newline at end of file