Browse Source

Require login for layers controller

master
Adrian Short 11 years ago
parent
commit
657e4c2c67
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/controllers/layers_controller.rb

+ 2
- 0
app/controllers/layers_controller.rb View File

@@ -1,4 +1,6 @@
class LayersController < ApplicationController
before_filter :require_login
# GET /layers
# GET /layers.json
def index


Loading…
Cancel
Save