Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
apollo
espelhamento de
https://github.com/adrianshort/apollo.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Create new feeds in the context of this layer
master
Adrian Short
11 anos atrás
pai
c2b96bafa5
commit
8046b9b25b
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
app/controllers/layers_controller.rb
+ 2
- 0
app/controllers/layers_controller.rb
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar