Odaeus
Follow
I'm a freelance web developer with interests in project management, data modelling, and UX.
@rails, @postgres, @vuejs, and @elixir-lang are my preferred tools
-
Avito
- Berlin, Germany
-
14:56
(UTC +01:00) - @Odaeus@social.vivaldi.net
- @Odaeus
- https://www.flickr.com/photos/odaeus/
Pinned Loading
-
Simple Presenter Pattern
Simple Presenter Pattern 1class ApplicationController < ActionController::Base
2# ...
34concerning :Presenters do
5included do
-
Alternative to Rails' sharing of ins...
Alternative to Rails' sharing of instance variables between controller and views. 1class ApplicationController < ActionController::Base
2# Creates an accessor which is exposed to the view
3def self.view_accessor(*names)
4attr_accessor *names
5helper_method *names
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.