Class: MauthTemplate

Inherits:
DiceBag::AvailableTemplates
  • Object
show all
Defined in:
lib/mauth/dice_bag/mauth_templates.rb

Instance Method Summary collapse

Instance Method Details

#templatesObject



6
7
8
9
10
# File 'lib/mauth/dice_bag/mauth_templates.rb', line 6

def templates
  ['mauth.yml.dice', 'mauth_key.dice'].map do |template|
    File.join(File.dirname(__FILE__), template)
  end
end