Method: Magnetik::Rails::Routes::Mapping#initialize
- Defined in:
- lib/magnetik/rails/routes/mapping.rb
#initialize ⇒ Mapping
Returns a new instance of Mapping.
7 8 9 10 11 12 13 14 |
# File 'lib/magnetik/rails/routes/mapping.rb', line 7 def initialize @controllers = { credit_cards: 'magnetik/credit_cards', } @as = {} @skips = [] end |