Stub out the reposts controller that will manage the flow of logic.

This commit is contained in:
Señor Rolando 2013-12-08 22:15:14 +01:00
parent 4e889f8df4
commit 89fe2a01eb
8 changed files with 31 additions and 54 deletions

View file

@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

View file

@ -0,0 +1,3 @@
// Place all the styles related to the Reposts controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View file

@ -0,0 +1,4 @@
class RepostsController < ApplicationController
def index
end
end

View file

@ -0,0 +1,2 @@
module RepostsHelper
end

View file

@ -0,0 +1,7 @@
<p>
This is the helping hand behind the reposts of the <a href="https://alpha.app.net/karlsruher">@Karlsruher</a> on <a href="https://join.app.net/">App.net</a>.
</p>
<p>
There is nothing much to see here directly, though.
</p>