Class: HashAuth::StrategyGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/hash_auth/strategy_generator.rb

Instance Method Summary collapse

Instance Method Details

#strategyObject



8
9
10
# File 'lib/generators/hash_auth/strategy_generator.rb', line 8

def strategy
  template "strategy.rb", "lib/hash-auth/#{file_name}.rb"
end