Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
apollo
espelho de
https://github.com/adrianshort/apollo.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Create new feeds in the context of this layer
master
Adrian Short
há 11 anos
ascendente
c2b96bafa5
cometimento
8046b9b25b
1 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
app/controllers/layers_controller.rb
+ 2
- 0
app/controllers/layers_controller.rb
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar