save generated files
This commit is contained in:
parent
9804b7df68
commit
cca9935970
11 changed files with 91 additions and 1 deletions
3
app/assets/javascripts/admin/teams/members.js.coffee
Normal file
3
app/assets/javascripts/admin/teams/members.js.coffee
Normal 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://jashkenas.github.com/coffee-script/
|
3
app/assets/stylesheets/admin/teams/members.css.scss
Normal file
3
app/assets/stylesheets/admin/teams/members.css.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Place all the styles related to the Admin::Teams::Members controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
5
app/helpers/admin/teams/members_helper.rb
Normal file
5
app/helpers/admin/teams/members_helper.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Admin::Teams::MembersHelper
|
||||
def member_since(team, member)
|
||||
team.user_team_user_relationships.find_by_user_id(member).created_at
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue