소스 검색

Create new feeds in the context of this layer

master
Adrian Short 11 년 전
부모
커밋
8046b9b25b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      app/controllers/layers_controller.rb

+ 2
- 0
app/controllers/layers_controller.rb 파일 보기

@@ -14,6 +14,8 @@ class LayersController < ApplicationController
# GET /layers/1.json
def show
@layer = Layer.find(params[:id])
@feed = Feed.new
@feed.new_layer_id = @layer.id

respond_to do |format|
format.html # show.html.erb


불러오는 중...
취소
저장