Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minecraft
illuna-minecraft.tk
Commits
7ebdb3b9
Commit
7ebdb3b9
authored
Aug 29, 2016
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial add blog controller
parent
b6ae47bd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
app/assets/javascripts/blog.coffee
app/assets/javascripts/blog.coffee
+3
-0
app/assets/stylesheets/blog.scss
app/assets/stylesheets/blog.scss
+3
-0
app/controllers/blog_controller.rb
app/controllers/blog_controller.rb
+2
-0
app/helpers/blog_helper.rb
app/helpers/blog_helper.rb
+2
-0
No files found.
app/assets/javascripts/blog.coffee
0 → 100644
View file @
7ebdb3b9
# 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/
app/assets/stylesheets/blog.scss
0 → 100644
View file @
7ebdb3b9
// Place all the styles related to the blog controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
app/controllers/blog_controller.rb
0 → 100644
View file @
7ebdb3b9
class
BlogController
<
ApplicationController
end
app/helpers/blog_helper.rb
0 → 100644
View file @
7ebdb3b9
module
BlogHelper
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment